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

bundle-squeeze

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundle-squeeze - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

dist/plugin.js
import path from "node:path";
import * as fs from "node:fs";
const __dirname = import.meta.dirname;
const __dirname = path.dirname(new URL(import.meta.url).pathname);
const templateFile = path.join(__dirname, "..", "dist", "index.html");

@@ -5,0 +5,0 @@ const template = fs.readFileSync(templateFile, "utf8");

{
"name": "bundle-squeeze",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",

@@ -5,0 +5,0 @@ "main": "dist/plugin.js",

Sorry, the diff of this file is not supported yet

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