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

meriyah

Package Overview
Dependencies
Maintainers
1
Versions
917
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meriyah - npm Package Compare versions

Comparing version 0.0.15 to 0.1.0

dist/chars.d.ts

61

package.json
{
"name": "meriyah",
"version": "0.0.15",
"description": "xxx",
"version": "0.1.0",
"description": "Fast and lightweight, standard-compliant javascript parser written in ECMAScript",
"main": "dist/meriyah.umd.js",

@@ -11,3 +11,3 @@ "module": "dist/meriyah.esm.js",

"typings": "dist/meriyah.d.ts",
"author": "xx",
"author": "KFlash",
"license": "ISC",

@@ -23,4 +23,24 @@ "homepage": "https://github.com/meriyah/meriyah",

"keywords": [
"parsing",
"ecmascript",
"typescript",
"javascript",
"lexer",
"scanner",
"parser",
"performance",
"estree",
"es2018",
"es2019",
"es2020",
"esnext",
"ast",
"lightweight"
],
"files": [
"dist",
"src",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],

@@ -33,3 +53,2 @@ "publishConfig": {

"build:watch": "tsc -w",
"fuzz": "eslump ./test/fuzz/meriyah.js .fuzz-output/",
"lint": "cross-env tslint -p tsconfig.json -t stylish",

@@ -50,24 +69,23 @@ "prettier": "node ./scripts/prettier.js write-changed",

"@types/mocha": "^5.2.6",
"@types/node": "^11.13.0",
"@types/node": "^12.0.0",
"coveralls": "^3.0.3",
"cross-env": "^5.2.0",
"eslump": "^2.0.0",
"husky": "^1.3.1",
"mocha": "^6.1.1",
"nyc": "^13.3.0",
"husky": "^2.2.0",
"mocha": "^6.1.4",
"nyc": "^14.1.0",
"path": "^0.12.7",
"prettier": "^1.16.4",
"prettier": "^1.17.0",
"rimraf": "^2.6.3",
"rollup": "^1.9.0",
"rollup-plugin-replace": "^2.1.1",
"rollup": "^1.11.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-typescript2": "^0.20.1",
"source-map-support": "^0.5.11",
"ts-node": "^8.0.3",
"rollup-plugin-typescript2": "^0.21.0",
"source-map-support": "^0.5.12",
"ts-node": "^8.1.0",
"tsconfig-paths": "^3.8.0",
"tslint": "^5.15.0",
"tslint-microsoft-contrib": "^6.1.0",
"typescript": "^3.4.2",
"unexpected": "^11.2.0",
"unicode-12.0.0": "^0.7.9"
"tslint": "^5.16.0",
"tslint-microsoft-contrib": "^6.1.1",
"typescript": "^3.4.5",
"unexpected": "^11.4.1",
"unicode-12.0.0": "^0.8.0"
},

@@ -78,3 +96,6 @@ "husky": {

}
},
"dependencies": {
"tslib": "^1.9.3"
}
}
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