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

krl-parser

Package Overview
Dependencies
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

krl-parser - npm Package Compare versions

Comparing version 0.24.1 to 0.40.0

12

package.json
{
"name": "krl-parser",
"version": "0.24.1",
"version": "0.40.0",
"description": "Parse KRL source code into an AST",

@@ -11,3 +11,3 @@ "main": "src/index.js",

"start": "onchange 'src/' 'tests/' -e 'src/grammar.js' -i -- npm run test-all-but-ambiguityFinder -s",
"lint": "eslint src/ tests/ && echo lint-ok",
"lint": "../../node_modules/.bin/eslint src/ tests/ && echo lint-ok",
"test": "npm run test-all-but-ambiguityFinder -s && node tests/ambiguityFinder.js",

@@ -21,3 +21,3 @@ "test-all-but-ambiguityFinder": "npm run lint -s && npm run build -s && node tests | faucet",

"type": "git",
"url": "git+https://github.com/Picolab/node-krl-parser.git"
"url": "git+https://github.com/Picolab/pico-engine.git"
},

@@ -32,10 +32,8 @@ "keywords": [

"bugs": {
"url": "https://github.com/Picolab/node-krl-parser/issues"
"url": "https://github.com/Picolab/pico-engine/issues"
},
"homepage": "https://github.com/Picolab/node-krl-parser#readme",
"homepage": "https://github.com/Picolab/pico-engine#readme",
"devDependencies": {
"diff-lines": "^1.1.0",
"eslint": "^4.4.1",
"faucet": "0.0.1",
"krl-generator": "^0.7.2",
"lodash": "^4.13.1",

@@ -42,0 +40,0 @@ "onchange": "^3.2.1",

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