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

modl-parser

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modl-parser - npm Package Compare versions

Comparing version 0.0.9 to 0.1.1

src/index.ts

47

package.json
{
"name": "modl-parser",
"version": "0.0.9",
"description": "A MODL parser in JavaScript",
"version": "0.1.1",
"description": "A MODL parser in TypeScript",
"main": "index.js",
"dependencies": {
"@types/antlr4": "4.7.2",
"antlr4": "4.7.2",
"devDependencies": {
"@tsconfig/node10": "^1.0.7",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.13",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"chai": "^4.2.0",
"deep-eql": "^4.0.0",
"mocha": "^8.1.3",
"prettier": "^2.1.2",
"ts-loader": "^7.0.5",
"typescript": "^4.0.2",
"fs": "0.0.1-security"
"ts-node": "^8.10.2",
"ts-register": "^0.1.0",
"tslint": "^6.1.3",
"typescript": "^4.2.4",
"webpack": "^5.23.0"
},
"devDependencies": {
"@tsconfig/node10": "^1.0.7"
"scripts": {
"test": "mocha --require ts-node/register 'test/**/*.ts'",
"test-integration": "mocha --require ts-node/register 'test-integration/**/*.ts'",
"debug": "mocha --require ts-node/register 'test/**/*.ts'",
"debug-trace": "mocha --trace-warnings --require ts-node/register 'test/**/*.ts'",
"version": "git add -A .",
"pretest": "npm run format && npm run lint && npm run build",
"preversion": "npm run format && npm run lint && npm run doc && npm run build",
"build": "tsc",
"doc": "typedoc",
"format": "prettier --write \"**/*.ts\"",
"lint": "eslint . --ext .ts",
"prepare": "npm test",
"publish": "git push && git push --tags --force"
},
"scripts": {},
"author": "NUM Technology Ltd",

@@ -22,3 +45,3 @@ "license": "Apache-2.0",

"type": "git",
"url": "https://github.com/MODLanguage/typescript-modl-interpreter.git"
"url": "https://github.com/MODLanguage/modl-parser.git"
},

@@ -29,2 +52,2 @@ "files": [

]
}
}
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