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

algo-lang

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

algo-lang - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

package.json
{
"name": "algo-lang",
"version": "1.0.0",
"version": "1.0.1",
"description": "Algorithmic language interpreter (in French only for now)",

@@ -9,6 +9,4 @@ "dependencies": {

"devDependencies": {
"babel-cli": "^6.10.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0"
"babel-preset-es2015": "^6.9.0"
},
"devDependencies": {},
"bin": {

@@ -18,4 +16,4 @@ "algo-lang": "build/algo-lang.js"

"scripts": {
"build": "babel --plugins=transform-es2015-modules-commonjs lib --out-dir build",
"prepublish": "npm run build",
"build": "babel --preset=es2015 --plugins=transform-es2015-modules-commonjs lib --out-dir build",
"prepublish": "npm run build && npm test",
"test": "node build/algo-lang.js test/test.algo"

@@ -22,0 +20,0 @@ },

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