New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.0 to 0.2.1

12

CHANGELOG.md

@@ -1,3 +0,9 @@

# 0.2.0
# Changelog
## 0.2.1
An internal call of `fetchRelativeFile` was not being passed the new 'config' object, and now is.
## 0.2.0
Add a new argument to `fetchFiles`, and `fetchRelativeFile` that is a config object.

@@ -12,8 +18,8 @@

# 0.1.1
## 0.1.1
Stop using * import due to struggles with transform-runtime
# 0.1.0
## 0.1.0
Be extracted from react-codesandboxer

@@ -120,3 +120,3 @@ 'use strict';

_context.next = 28;
return fetchInternalDependencies(moreInternalImports, files, pkg, deps, gitInfo, importReplacements);
return fetchInternalDependencies(moreInternalImports, files, pkg, deps, gitInfo, importReplacements, config);

@@ -123,0 +123,0 @@ case 28:

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

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

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

@@ -14,0 +15,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