Socket
Socket
Sign inDemoInstall

ast-types

Package Overview
Dependencies
0
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.2 to 0.9.3

10

def/esprima.js

@@ -83,3 +83,3 @@ module.exports = function (fork) {

.bases("Declaration")
.build("specifiers", "source")
.build("specifiers", "source", "importKind")
.field("specifiers", [or(

@@ -90,3 +90,9 @@ def("ImportSpecifier"),

)], defaults.emptyArray)
.field("source", def("Literal"));
.field("source", def("Literal"))
.field("importKind", or(
"value",
"type"
), function() {
return "value";
});

@@ -93,0 +99,0 @@ def("Block")

2

package.json

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

],
"version": "0.9.2",
"version": "0.9.3",
"homepage": "http://github.com/benjamn/ast-types",

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

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