Socket
Socket
Sign inDemoInstall

@import-meta-env/babel

Package Overview
Dependencies
123
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

4

dist/index.js

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

var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,

@@ -26,0 +30,0 @@ mod

10

package.json
{
"name": "@import-meta-env/babel",
"version": "0.4.1",
"version": "0.4.2",
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",

@@ -32,3 +32,3 @@ "license": "MIT",

"@babel/core": "^7.0.0-0",
"@import-meta-env/cli": "^0.4.0",
"@import-meta-env/cli": "^0.5.1",
"dotenv": "^11.0.0 || ^12.0.4 || ^13.0.1 || ^14.3.2 || ^15.0.1 || ^16.0.0"

@@ -46,8 +46,8 @@ },

"devDependencies": {
"@babel/core": "7.20.5",
"@babel/core": "7.20.12",
"@types/babel-plugin-tester": "9.0.5",
"@types/babel__core": "7.1.20",
"@types/babel__core": "7.20.0",
"@types/babel__helper-plugin-utils": "^7.10.0",
"babel-plugin-tester": "10.1.0"
"babel-plugin-tester": "11.0.3"
}
}
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