Socket
Socket
Sign inDemoInstall

@babel/types

Package Overview
Dependencies
Maintainers
5
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/types - npm Package Compare versions

Comparing version 7.3.3 to 7.3.4

8

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

@@ -17,6 +17,6 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"devDependencies": {
"@babel/generator": "^7.3.3",
"@babel/parser": "^7.3.3"
"@babel/generator": "^7.3.4",
"@babel/parser": "^7.3.4"
},
"gitHead": "d1fe2d05f4c468640facf40565e30f7110757f2d"
"gitHead": "1f6454cc90fe33e0a32260871212e2f719f35741"
}

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

t.TYPES[i]
}(node: Object, opts?: ?Object): boolean`;
}(node: ?Object, opts?: ?Object): boolean`;

@@ -111,0 +111,0 @@ if (t.NODE_FIELDS[t.TYPES[i]]) {

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

return `export function is${type}(node: Object, opts?: Object): boolean {
return `export function is${type}(node: ?Object, opts?: Object): boolean {
${deprecated || ""}

@@ -17,0 +17,0 @@ if (!node) return false;

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

t.TYPES[i]
}(node: object, opts?: object | null): `;
}(node: object | null | undefined, opts?: object | null): `;

@@ -112,0 +112,0 @@ if (t.NODE_FIELDS[t.TYPES[i]]) {

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc