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.11 to 0.9.12

5

def/flow.js

@@ -189,2 +189,7 @@ module.exports = function (fork) {

def("ObjectTypeSpreadProperty")
.bases("Node")
.build("argument")
.field("argument", def("Type"));
def("Identifier")

@@ -191,0 +196,0 @@ .field("typeAnnotation", or(def("TypeAnnotation"), null), defaults["null"]);

6

package.json

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

],
"version": "0.9.11",
"version": "0.9.12",
"homepage": "http://github.com/benjamn/ast-types",

@@ -40,4 +40,4 @@ "repository": {

"esprima-fb": "~14001.1.0-dev-harmony-fb",
"mocha": "~3.2.0",
"reify": "^0.5.4"
"mocha": "^3.4.2",
"reify": "^0.11.0"
},

@@ -44,0 +44,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

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