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.0.0-beta.54 to 7.0.0-beta.55

4

lib/definitions/es2015.js

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

validate: (0, _utils.assertNodeType)("TemplateLiteral")
},
typeParameters: {
validate: (0, _utils.assertNodeType)("TypeParameterInstantiation", "TSTypeParameterInstantiation"),
optional: true
}

@@ -344,0 +348,0 @@ }

8

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

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

"esutils": "^2.0.2",
"lodash": "^4.17.5",
"lodash": "^4.17.10",
"to-fast-properties": "^2.0.0"
},
"devDependencies": {
"@babel/generator": "7.0.0-beta.54",
"@babel/parser": "7.0.0-beta.54"
"@babel/generator": "7.0.0-beta.55",
"@babel/parser": "7.0.0-beta.55"
}
}

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