Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-runtime

Package Overview
Dependencies
Maintainers
1
Versions
191
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 5.0.7 to 5.0.8

2

helpers/create-class.js

@@ -11,3 +11,3 @@ "use strict";

descriptor.configurable = true;
if (descriptor.value) descriptor.writable = true;
if ("value" in descriptor) descriptor.writable = true;

@@ -14,0 +14,0 @@ _core.Object.defineProperty(target, descriptor.key, descriptor);

{
"name": "babel-runtime",
"description": "babel selfContained runtime",
"version": "5.0.7",
"version": "5.0.8",
"repository": "babel/babel",

@@ -6,0 +6,0 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

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