New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@code-dot-org/js-interpreter

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-dot-org/js-interpreter - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

bin/run.js

17

package.json
{
"name": "@code-dot-org/js-interpreter",
"version": "1.0.0",
"version": "1.1.0",
"description": "Code.org fork of NeilFraser/JS-Interpreter for use within Code Studio learning environment.",

@@ -14,5 +14,16 @@ "main": "interpreter.js",

"LICENSE",
"README.md"
"README.md",
"bin"
],
"license": "Apache-2.0"
"license": "Apache-2.0",
"bin": "bin/run.js",
"devDependencies": {
"@code-dot-org/js-interpreter-tyrant": "^0.0.1"
},
"scripts": {
"test": "js-interpreter-tyrant -rd"
},
"dependencies": {
"yargs": "^7.0.1"
}
}

Sorry, the diff of this file is too big to display

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