Socket
Socket
Sign inDemoInstall

ast-types

Package Overview
Dependencies
1
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.14.0 to 0.14.1

6

def/flow.js

@@ -124,5 +124,2 @@ "use strict";;

.field("internalSlots", [def("ObjectTypeInternalSlot")], defaults.emptyArray);
def("ObjectTypeIndexer")
.field("id", or(def("Identifier"), null))
.field("static", Boolean);
def("Variance")

@@ -146,3 +143,4 @@ .bases("Node")

.field("value", def("FlowType"))
.field("variance", LegacyVariance, defaults["null"]);
.field("variance", LegacyVariance, defaults["null"])
.field("static", Boolean, defaults["false"]);
def("ObjectTypeCallProperty")

@@ -149,0 +147,0 @@ .bases("Node")

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

@@ -43,3 +43,3 @@ "keywords": [

"devDependencies": {
"@babel/parser": "7.7.7",
"@babel/parser": "7.11.4",
"@babel/types": "7.4.4",

@@ -56,3 +56,3 @@ "@types/esprima": "4.0.2",

"mocha": "^8.1.1",
"recast": "0.20.0",
"recast": "0.20.1",
"reify": "0.20.12",

@@ -59,0 +59,0 @@ "ts-add-module-exports": "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