Socket
Socket
Sign inDemoInstall

ast-types

Package Overview
Dependencies
11
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.17 to 0.2.18

5

def/core.js

@@ -213,3 +213,6 @@ var types = require("../lib/types");

.field("key", or(def("Literal"), def("Identifier")))
.field("value", def("Expression"));
.field("value", def("Expression"))
// Esprima extensions not mentioned in the Mozilla Parser API:
.field("method", isBoolean, defaults.false)
.field("shorthand", isBoolean, defaults.false);

@@ -216,0 +219,0 @@ def("SequenceExpression")

2

package.json

@@ -21,3 +21,3 @@ {

],
"version": "0.2.17",
"version": "0.2.18",
"homepage": "http://github.com/benjamn/ast-types",

@@ -24,0 +24,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc