Socket
Socket
Sign inDemoInstall

esprima-fb

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esprima-fb - npm Package Compare versions

Comparing version 4001.1.0-dev-harmony-fb to 4001.1001.0-dev-harmony-fb

2

package.json

@@ -10,3 +10,3 @@ {

},
"version": "4001.0001.0000-dev-harmony-fb",
"version": "4001.1001.0000-dev-harmony-fb",
"files": [

@@ -13,0 +13,0 @@ "bin",

@@ -102,3 +102,3 @@ // This is modified from Mozilla Reflect.parse test suite (the file is located

function objExpr(elts) { return Pattern({ type: "ObjectExpression", properties: elts }) }
function objProp(key, value, kind) { return Pattern({ type: "Property", key: key, value: value, kind: kind, method: false, shorthand: false }) }
function objProp(key, value, kind) { return Pattern({ type: "Property", key: key, value: value, kind: kind, method: false, shorthand: false, computed: false }) }

@@ -105,0 +105,0 @@ function arrPatt(elts) { return Pattern({ type: "ArrayPattern", elements: elts }) }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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