New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-globals

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-globals - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

index.js

@@ -111,2 +111,5 @@ 'use strict';

Program: function(node) {
createdGlobals = {};
filenameNoExtCache = null;
var contents = node.body;

@@ -113,0 +116,0 @@ node.body = [t.expressionStatement(t.callExpression(

2

package.json
{
"name": "babel-plugin-globals",
"version": "0.1.0",
"version": "0.1.1",
"description": "A babel plugin that exposes ES6 modules to global variables.",

@@ -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