Socket
Socket
Sign inDemoInstall

shift-ast

Package Overview
Dependencies
0
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.1.0

dist/index.js

15

package.json
{
"name": "shift-ast",
"version": "1.0.3",
"version": "1.1.0",
"description": "constructors for the Shift AST format",

@@ -11,12 +11,15 @@ "author": "Shape Security Labs",

},
"main": "lib/index.js",
"main": "dist/index.js",
"files": [
"lib"
"dist"
],
"scripts": {
"test": "mocha --compilers js:6to5/lib/6to5/register --inline-diffs --check-leaks --ui tdd --reporter dot test",
"build": "6to5 --source-maps-inline --out-dir lib src"
"test": "mocha --compilers js:./6to5-register --inline-diffs --check-leaks --ui tdd --reporter dot test",
"build": "6to5 --modules commonStandard --source-maps-inline --out-dir dist src",
"generate-coverage": "istanbul cover _mocha -- --compilers js:./6to5-register --inline-diffs --check-leaks --ui tdd --reporter dot --recursive test",
"check-coverage": "istanbul check-coverage --statements 96 --branches 54 --functions 100 --lines 97"
},
"devDependencies": {
"6to5": "^1.14.14",
"6to5": "3.5.3",
"istanbul": "^0.3.5",
"mocha": "^2.0.1"

@@ -23,0 +26,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc