Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

codesandboxer

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codesandboxer - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

CHANGELOG.md
# Changelog
## 1.0.1
- [patch] [cedfb74](https://github.com/codesandbox/codesandboxer/commit/cedfb74):
- Update repository references to point to new home.
## 1.0.0

@@ -10,3 +14,3 @@ - [minor] [0b60604](https://github.com/codesandbox/codesandboxer/commit/0b60604):

## 0.7.2
- [patch] [82a4f5f](https://github.com/Noviny/codesandboxer/commit/82a4f5f):
- [patch] [82a4f5f](https://github.com/codesandbox/codesandboxer/commit/82a4f5f):

@@ -13,0 +17,0 @@ - Fix typo that was stopping react and react-dom being ensured by the finalisation.

2

dist/templates/react-typescript.js

@@ -11,4 +11,4 @@ 'use strict';

'index.tsx': {
content: '/**\n This CodeSandbox has been automatically generated using\n `codesandboxer`. If you\'re curious how that happened, you can\n check out our docs here: https://github.com/noviny/codesandboxer\n\n If you experience any struggles with this sandbox, please raise an issue\n on github. :)\n*/\nimport * as React from \'react\';\nimport * as ReactDOM from \'react-dom\';\nimport App from \'./example\';\n\nReactDOM.render(\n<App />,\ndocument.getElementById(\'root\')\n);'
content: '/**\n This CodeSandbox has been automatically generated using\n `codesandboxer`. If you\'re curious how that happened, you can\n check out our docs here: https://github.com/codesandbox/codesandboxer\n\n If you experience any struggles with this sandbox, please raise an issue\n on github. :)\n*/\nimport * as React from \'react\';\nimport * as ReactDOM from \'react-dom\';\nimport App from \'./example\';\n\nReactDOM.render(\n<App />,\ndocument.getElementById(\'root\')\n);'
}
};

@@ -11,4 +11,4 @@ 'use strict';

'index.js': {
content: '/**\n This CodeSandbox has been automatically generated using\n `codesandboxer`. If you\'re curious how that happened, you can\n check out our docs here: https://github.com/noviny/codesandboxer\n\n If you experience any struggles with this sandbox, please raise an issue\n on github. :)\n*/\nimport React from \'react\';\nimport ReactDOM from \'react-dom\';\nimport App from \'./example\';\n\nReactDOM.render(\n<App />,\ndocument.getElementById(\'root\')\n);'
content: '/**\n This CodeSandbox has been automatically generated using\n `codesandboxer`. If you\'re curious how that happened, you can\n check out our docs here: https://github.com/codesandbox/codesandboxer\n\n If you experience any struggles with this sandbox, please raise an issue\n on github. :)\n*/\nimport React from \'react\';\nimport ReactDOM from \'react-dom\';\nimport App from \'./example\';\n\nReactDOM.render(\n<App />,\ndocument.getElementById(\'root\')\n);'
}
};

@@ -11,4 +11,4 @@ 'use strict';

'index.js': {
content: '/**\n This CodeSandbox has been automatically generated using\n `codesandboxer`. If you\'re curious how that happened, you can\n check out our docs here: https://github.com/noviny/codesandboxer\n \n If you experience any struggles with this sandbox, please raise an issue\n on github. :)\n */\n import Vue from "vue";\n import Example from \'./example\';\n \n Vue.config.productionTip = false;\n \n /* eslint-disable no-new */\n new Vue({\n el: "#root",\n components: { Example },\n template: "<Example/>"\n });\n '
content: '/**\n This CodeSandbox has been automatically generated using\n `codesandboxer`. If you\'re curious how that happened, you can\n check out our docs here: https://github.com/codesandbox/codesandboxer\n \n If you experience any struggles with this sandbox, please raise an issue\n on github. :)\n */\n import Vue from "vue";\n import Example from \'./example\';\n \n Vue.config.productionTip = false;\n \n /* eslint-disable no-new */\n new Vue({\n el: "#root",\n components: { Example },\n template: "<Example/>"\n });\n '
}
};
{
"name": "codesandboxer",
"version": "1.0.0",
"version": "1.0.1",
"description": "Fetch files from a git repository and upload them to codesandbox",

@@ -18,3 +18,3 @@ "main": "dist/index.js",

},
"repository": "https://github.com/Noviny/codesandboxer.git",
"repository": "https://github.com/codesandbox/codesandboxer.git",
"files": [

@@ -21,0 +21,0 @@ "dist"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc