Socket
Socket
Sign inDemoInstall

@babel/types

Package Overview
Dependencies
3
Maintainers
5
Versions
160
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.3.2 to 7.3.3

2

lib/definitions/core.js

@@ -245,3 +245,3 @@ "use strict";

params: {
validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("LVal")))
validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Identifier", "Pattern", "RestElement", "TSParameterProperty")))
},

@@ -248,0 +248,0 @@ generator: {

@@ -204,2 +204,6 @@ "use strict";

validate: (0, _utils.assertNodeType)("StringLiteral")
},
importKind: {
validate: (0, _utils.assertOneOf)("type", "typeof", "value"),
optional: true
}

@@ -237,3 +241,4 @@ }

importKind: {
validate: (0, _utils.assertOneOf)(null, "type", "typeof")
validate: (0, _utils.assertOneOf)("type", "typeof"),
optional: true
}

@@ -240,0 +245,0 @@ }

@@ -54,3 +54,3 @@ "use strict";

});
defineInterfaceishType("DeclareClass", "TypeParameterInstantiation");
defineInterfaceishType("DeclareClass");
(0, _utils.default)("DeclareFunction", {

@@ -57,0 +57,0 @@ visitor: ["id"],

{
"name": "@babel/types",
"version": "7.3.2",
"version": "7.3.3",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",

@@ -13,10 +13,10 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"esutils": "^2.0.2",
"lodash": "^4.17.10",
"lodash": "^4.17.11",
"to-fast-properties": "^2.0.0"
},
"devDependencies": {
"@babel/generator": "^7.3.2",
"@babel/parser": "^7.3.2"
"@babel/generator": "^7.3.3",
"@babel/parser": "^7.3.3"
},
"gitHead": "d896ce2b53f64742feeea27dd33ee45934cd041a"
"gitHead": "d1fe2d05f4c468640facf40565e30f7110757f2d"
}

Sorry, the diff of this file is too big to display

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