Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@babel/types

Package Overview
Dependencies
Maintainers
4
Versions
206
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
8.0.0-rc.5
to
8.0.0-rc.6
+6
-6
package.json
{
"name": "@babel/types",
"version": "8.0.0-rc.5",
"version": "8.0.0-rc.6",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",

@@ -19,9 +19,9 @@ "author": "The Babel Team (https://babel.dev/team)",

"dependencies": {
"@babel/helper-string-parser": "^8.0.0-rc.5",
"@babel/helper-validator-identifier": "^8.0.0-rc.5"
"@babel/helper-string-parser": "^8.0.0-rc.6",
"@babel/helper-validator-identifier": "^8.0.0-rc.6"
},
"devDependencies": {
"@babel/generator": "^8.0.0-rc.5",
"@babel/helper-fixtures": "^8.0.0-rc.5",
"@babel/parser": "^8.0.0-rc.5"
"@babel/generator": "^8.0.0-rc.6",
"@babel/helper-fixtures": "^8.0.0-rc.6",
"@babel/parser": "^8.0.0-rc.6"
},

@@ -28,0 +28,0 @@ "engines": {

{
"compilerOptions": {
"strictFunctionTypes": true
}
}