Socket
Socket
Sign inDemoInstall

babel-core

Package Overview
Dependencies
Maintainers
1
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-core - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

7

CHANGELOG.md

@@ -16,2 +16,7 @@ # Changelog

## 5.1.1
* **Bug Fix**
* Add missing runtime symbol definitions.
## 5.1.0

@@ -28,2 +33,3 @@

* Don't emit tokens when doing a lookahead.
* Add missing `test` declaration to `utility.deadCodeElimination` transformer.
* **Internal**

@@ -39,2 +45,3 @@ * Upgrade `regenerator` to the latest and use my branch with the hope of eventually switching to vanilla regenerator.

* Add support for object literal decorators.
* Make core-js modular when using the `runtime` transformer.

@@ -41,0 +48,0 @@ ## 5.0.12

@@ -10,2 +10,3 @@ {

},
"methods": {

@@ -98,4 +99,19 @@ "Array": {

"format": "date/format"
},
"Symbol": {
"for": "symbol/for",
"hasInstance": "symbol/for-instance",
"is-concat-spreadable": "symbol/is-concat-spreadable",
"iterator": "symbol/iterator",
"keyFor": "symbol/key-for",
"match": "symbol/match",
"replace": "symbol/replace",
"search": "symbol/search",
"species": "symbol/species",
"split": "symbol/split",
"toPrimitive": "symbol/to-primitive",
"toStringTag": "symbol/to-string-tag",
"unscopables": "symbol/unscopables"
}
}
}

2

package.json
{
"name": "babel-core",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"version": "5.1.0",
"version": "5.1.1",
"author": "Sebastian McKenzie <sebmck@gmail.com>",

@@ -6,0 +6,0 @@ "homepage": "https://babeljs.io/",

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