Socket
Socket
Sign inDemoInstall

@babel/runtime

Package Overview
Dependencies
Maintainers
5
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/runtime - npm Package Compare versions

Comparing version 7.0.0-rc.1 to 7.0.0-rc.2

6

helpers/applyDecoratedDescriptor.js

@@ -8,7 +8,3 @@ function _applyDecoratedDescriptor(target, property, decorators, descriptor, context) {

desc.configurable = !!desc.configurable;
if ('value' in desc || desc.initializer) {
desc.writable = true;
}
desc.writable = !!desc.writable;
desc = decorators.slice().reverse().reduce(function (desc, decorator) {

@@ -15,0 +11,0 @@ return decorator(target, property, desc) || desc;

@@ -8,7 +8,3 @@ export default function _applyDecoratedDescriptor(target, property, decorators, descriptor, context) {

desc.configurable = !!desc.configurable;
if ('value' in desc || desc.initializer) {
desc.writable = true;
}
desc.writable = !!desc.writable;
desc = decorators.slice().reverse().reduce(function (desc, decorator) {

@@ -15,0 +11,0 @@ return decorator(target, property, desc) || desc;

2

package.json
{
"name": "@babel/runtime",
"version": "7.0.0-rc.1",
"version": "7.0.0-rc.2",
"description": "babel's modular runtime helpers",

@@ -5,0 +5,0 @@ "license": "MIT",

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