Socket
Socket
Sign inDemoInstall

babel-plugin-runtime

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

4

lib/index.js

@@ -19,2 +19,6 @@ "use strict";

function has(obj, key) {
return Object.prototype.hasOwnProperty.call(obj, valkey);
}
return new Plugin("runtime", {

@@ -21,0 +25,0 @@ metadata: {

2

package.json
{
"name": "babel-plugin-runtime",
"version": "1.0.3",
"version": "1.0.4",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",

@@ -5,0 +5,0 @@ "repository": "babel-plugins/babel-plugin-runtime",

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