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

@import-meta-env/babel

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@import-meta-env/babel - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

11

package.json
{
"name": "@import-meta-env/babel",
"version": "0.1.8",
"version": "0.1.9",
"description": "Load environment variables into import.meta.env object",

@@ -10,2 +10,5 @@ "license": "MIT",

],
"keywords": [
"babel-plugin"
],
"main": "dist/index.js",

@@ -22,2 +25,3 @@ "repository": {

"peerDependencies": {
"@babel/core": "^7.0.0-0",
"dotenv": "^11.0.0 || ^12.0.4 || ^13.0.1 || ^14.3.2 || ^15.0.1 || ^16.0.0"

@@ -28,2 +32,5 @@ },

},
"devDependencies": {
"@babel/core": "^7.17.8"
},
"scripts": {

@@ -33,5 +40,5 @@ "build": "rimraf dist bin && pnpm build-bundle",

"release": "standard-version -t babel --releaseCommitMessageFormat 'chore(release): @import-meta-env/babel@{{currentTag}}' --path . && pnpm build",
"test": "echo \"no test (run babel-starter-example's test instead)\""
"test": "jest"
},
"readme": "# @import-meta-env/babel\n\n[Documentation](https://iendeavor.github.io/import-meta-env/)\n"
}
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