Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
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.13.1 to 0.13.2

4

def/flow.js

@@ -288,4 +288,8 @@ "use strict";;

.field("value", def("Expression"));
def("CallExpression")
.field("typeArguments", or(null, def("TypeParameterInstantiation")), defaults["null"]);
def("NewExpression")
.field("typeArguments", or(null, def("TypeParameterInstantiation")), defaults["null"]);
}
exports.default = default_1;
module.exports = exports["default"];

6

package.json
{
"author": "Ben Newman <bn@cs.stanford.edu>",
"name": "ast-types",
"version": "0.13.1",
"version": "0.13.2",
"description": "Esprima-compatible implementation of the Mozilla JS Parser API",

@@ -53,4 +53,4 @@ "keywords": [

"mocha": "6.1.4",
"recast": "0.17.6",
"reify": "0.18.1",
"recast": "0.18.1",
"reify": "0.20.6",
"ts-add-module-exports": "1.0.0",

@@ -57,0 +57,0 @@ "ts-emit-clean": "1.0.0",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc