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.0.7 to 0.1.0

dist/bundle.js

27

package.json
{
"author": "hongseonghwa <pushan45hsh@gmail.com>",
"name": "bundler-test",
"version": "0.0.7",
"type": "commonjs",
"main": "src/index.js",
"version": "0.1.0",
"description": "",
"scripts": {
"prepack": "pnpm run build",
"build": "pnpm run bundle",
"bundle": "rollup -c"
},
"type": "module",
"exports": {
".": {
"import": "./src/index.js",
"require": "./src/index.cjs"
"import": "./dist/bundle.js",
"types": "./dist/src/index.d.ts"
}
},
"license": "ISC"
"main": "dist/index.js",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.9.0",
"rollup": "^4.3.0",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.2.2"
}
}
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