codesandbox-importers icon indicating copy to clipboard operation
codesandbox-importers copied to clipboard

All importers & exporters for CodeSandbox

Results 60 codesandbox-importers issues
Sort by recently updated
recently updated
newest added

```JS fetch('./super.tar') .then(response => response.body) .then(body => body.pipeThrough(unpack).pipeTo(createSandbox)) ``` This removes the overhead of writing to file system, by streaming in memory. It also adds flexibility to the API and...

Hello. I would like to create a CodeSandbox with some assets that are not hosted anywhere using define api. So I want to use something like Uint8Array and datauri. As...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Hey there, I was wondering if there could be an option to publish a sandbox as cloud sandbox. As far as I can tell, there is only the possibility to...

Main PR - https://github.com/codesandbox/codesandbox-client/pull/8073

I often publish a local version of an example I have so that I can revert the changes, but there's some files commonly ignored that I need to remove from...

Content can be an object. See: https://codesandbox.io/docs/learn/getting-started/your-first-sandbox#packagejson

When templates on GitHub define a `/.env.example`, we want to make it possible for users to specify the new environment variables when forking those templates. To do this, we need...

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...

dependencies

After installing codesandbox package I have some vulnerabilites on my project. Here is `npm audit` report: ``` # npm audit report axios =1.0.0 Depends on vulnerable versions of axios Depends...