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

shift-spec

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shift-spec - npm Package Compare versions

Comparing version 2015.1.3 to 2015.2.0

5

dist/index.js

@@ -19,2 +19,7 @@ // Generated by src/generate-spec.js.

// Hack to make Babel6 import this as a module.
Object.defineProperty(exports, "__esModule", {
value: true
});
// Meta data generated from spec.idl.

@@ -21,0 +26,0 @@ exports.default = (function() {

5

package.json
{
"name": "shift-spec",
"version": "2015.1.3",
"version": "2015.2.0",
"description": "JavaScript representation of the Shift AST specification",

@@ -14,3 +14,4 @@ "author": "Shape Security Labs",

"build": "node src/generate-spec.js",
"test": "node ./"
"test": "node ./",
"prepublish": "rm -rf dist/* && npm update && npm run build && npm test && (if ! (git rev-list -1 v$npm_package_version 2>&1 > /dev/null) || [ \"$(git rev-parse HEAD)\" != \"$(git rev-list -1 v$npm_package_version)\" ]; then printf \"\\e[31mPackage version does not have corresponding git tag at HEAD.\\e[0m\\n\"; exit 1; fi)"
},

@@ -17,0 +18,0 @@ "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