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 0.7.1 to 0.7.2

5

CHANGELOG.md
# Changelog
## 0.7.2
- [patch] [82a4f5f](https://github.com/Noviny/codesandboxer/commit/82a4f5f):
- Fix typo that was stopping react and react-dom being ensured by the finalisation.
## 0.7.1

@@ -4,0 +9,0 @@ - [patch] af01387:

3

dist/finaliseCSB/index.js

@@ -31,6 +31,5 @@ 'use strict';

var dependencies = (0, _extends3.default)({}, deps, extraDependencies);
main = !main && template === 'create-react-app-typescript' ? 'index.tsx' : 'index.js';
if (template === 'create-react-app' || template === 'create-react-app-typesctipt') {
if (template === 'create-react-app' || template === 'create-react-app-typescript') {
ensureReact(dependencies);

@@ -37,0 +36,0 @@ }

{
"name": "codesandboxer",
"version": "0.7.1",
"version": "0.7.2",
"description": "Fetch files from a git repository and upload them to codesandbox",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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