Socket
Socket
Sign inDemoInstall

@babel/parser

Package Overview
Dependencies
0
Maintainers
5
Versions
198
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.4.5 to 7.5.0

6

CHANGELOG.md

@@ -181,3 +181,3 @@ # Changelog

A new option was added to babylon allowing to change the intial linenumber for the first line which is usually `1`.
A new option was added to babylon allowing to change the initial linenumber for the first line which is usually `1`.
Changing this for example to `100` will make line `1` of the input source to be marked as line `100`, line `2` as `101`, line `3` as `102`, ...

@@ -228,3 +228,3 @@

In flow it is now forbidden to overwrite the primitve types `"any"`, `"mixed"`, `"empty"`, `"bool"`, `"boolean"`, `"number"`, `"string"`, `"void"` and `"null"` with your own type declaration.
In flow it is now forbidden to overwrite the primitive types `"any"`, `"mixed"`, `"empty"`, `"bool"`, `"boolean"`, `"number"`, `"string"`, `"void"` and `"null"` with your own type declaration.

@@ -633,3 +633,3 @@ Disallow import type { type a } from … ([#305](https://github.com/babel/babylon/pull/305)) (Daniel Tschinder)

Also run flow, linting, babel tests on seperate instances (add back node 0.10)
Also run flow, linting, babel tests on separate instances (add back node 0.10)

@@ -636,0 +636,0 @@ ## v6.11.6 (2016-10-12)

{
"name": "@babel/parser",
"version": "7.4.5",
"version": "7.5.0",
"description": "A JavaScript parser",

@@ -39,3 +39,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

},
"gitHead": "33ab4f166117e2380de3955a0842985f578b01b8"
"gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4"
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc