Socket
Socket
Sign inDemoInstall

@babel/parser

Package Overview
Dependencies
Maintainers
4
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/parser - npm Package Compare versions

Comparing version 7.0.0 to 7.1.0

typings/babel-parser.d.ts

12

package.json
{
"name": "@babel/parser",
"version": "7.0.0",
"version": "7.1.0",
"description": "A JavaScript parser",

@@ -8,2 +8,5 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"license": "MIT",
"publishConfig": {
"tag": "next"
},
"keywords": [

@@ -19,5 +22,7 @@ "babel",

"main": "lib/index.js",
"types": "typings/babel-parser.d.ts",
"files": [
"bin",
"lib"
"lib",
"typings"
],

@@ -34,6 +39,3 @@ "engines": {

"parser": "./bin/babel-parser.js"
},
"publishConfig": {
"tag": "next"
}
}

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

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