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

@import-meta-env/unplugin

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.4.3 to 0.4.4

7

dist/index.js

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

// package.json
var version = "0.4.3";
var version = "0.4.4";

@@ -371,3 +371,3 @@ // ../shared/constant.ts

// ../../node_modules/.pnpm/magic-string@0.27.0/node_modules/magic-string/dist/magic-string.es.mjs
// ../../node_modules/.pnpm/magic-string@0.29.0/node_modules/magic-string/dist/magic-string.es.mjs
var BitSet = class {

@@ -528,2 +528,5 @@ constructor(arg) {

this.mappings = encode(properties.mappings);
if (typeof properties.x_google_ignoreList !== "undefined") {
this.x_google_ignoreList = properties.x_google_ignoreList;
}
}

@@ -530,0 +533,0 @@ toString() {

{
"name": "@import-meta-env/unplugin",
"version": "0.4.3",
"version": "0.4.4",
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",

@@ -42,8 +42,8 @@ "license": "MIT",

"devDependencies": {
"@types/node": "18.11.18",
"@types/node": "18.13.0",
"@types/object-hash": "3.0.2",
"rollup": "3.10.1",
"rollup": "3.15.0",
"ts-node": "10.9.1",
"typescript": "4.9.4",
"vite": "4.0.4",
"typescript": "4.9.5",
"vite": "4.1.1",
"webpack": "5.75.0"

@@ -61,3 +61,3 @@ },

"dependencies": {
"magic-string": "^0.27.0",
"magic-string": "^0.29.0",
"object-hash": "^3.0.0",

@@ -64,0 +64,0 @@ "picocolors": "^1.0.0",

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