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

bundler-test

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundler-test - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

8

package.json
{
"name": "bundler-test",
"version": "0.2.1",
"version": "0.2.2",
"description": "",

@@ -17,3 +17,3 @@ "scripts": {

},
"main": "dist/bundle.js",
"main": "dist/bundle.cjs",
"keywords": [],

@@ -23,4 +23,8 @@ "author": "",

"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/node": "^20.9.0",
"rollup": "^4.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",

@@ -27,0 +31,0 @@ "typescript": "^5.2.2"

// rollup.config.js
import typescript from "rollup-plugin-typescript2";
import commonjs from "@rollup/plugin-commonjs";
import { nodeResolve } from "@rollup/plugin-node-resolve";
import { terser } from "rollup-plugin-terser";
import peerDepsExternal from "rollup-plugin-peer-deps-external";

@@ -17,3 +21,7 @@ export default {

}),
commonjs(),
nodeResolve(),
peerDepsExternal(),
terser(),
],
};

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