You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@babel/types

Package Overview
Dependencies
Maintainers
4
Versions
191
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

to
8.0.0-alpha.12

14

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

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

"typesVersions": {
">=3.7": {
">=4.1": {
"lib/index-legacy.d.ts": [

@@ -28,9 +28,9 @@ "lib/index.d.ts"

"dependencies": {
"@babel/helper-string-parser": "^8.0.0-alpha.11",
"@babel/helper-validator-identifier": "^8.0.0-alpha.11",
"@babel/helper-string-parser": "^8.0.0-alpha.12",
"@babel/helper-validator-identifier": "^8.0.0-alpha.12",
"to-fast-properties": "^3.0.0"
},
"devDependencies": {
"@babel/generator": "^8.0.0-alpha.11",
"@babel/parser": "^8.0.0-alpha.11",
"@babel/generator": "^8.0.0-alpha.12",
"@babel/parser": "^8.0.0-alpha.12",
"glob": "^7.2.0"

@@ -43,3 +43,3 @@ },

".": {
"types@>=3.7": "./lib/index.d.ts",
"types@>=4.1": "./lib/index.d.ts",
"types": "./lib/index-legacy.d.ts",

@@ -46,0 +46,0 @@ "default": "./lib/index.js"

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

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

Sorry, the diff of this file is not supported yet