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

pkgbld

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkgbld - npm Package Compare versions

Comparing version 1.28.2 to 1.29.0

dist/index.mjs

29

package.json
{
"version": "1.28.2",
"version": "1.29.0",
"name": "pkgbld",
"license": "MIT",
"author": "Konstantin Shutkin",
"bin": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./index.js",
"main": "./dist/index.mjs",
"files": [

@@ -13,3 +12,3 @@ "dist"

"engines": {
"node": ">=16"
"node": ">=20"
},

@@ -34,3 +33,3 @@ "repository": {

"lodash": "^4.17.21",
"rollup": "^4.0.0",
"rollup": "^4.12.0",
"rollup-plugin-typescript2": "^0.36.0",

@@ -40,18 +39,18 @@ "rollup-plugin-preprocess": "^0.0.4",

"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup-extras/plugin-clean": "^1.3.8",
"@rollup-extras/plugin-binify": "^1.1.9",
"@rollup-extras/plugin-externals": "^1.2.0",
"@slimlib/refine-partition": "^1.0.2",
"@slimlib/smart-mock": "^0.1.5",
"@rollup-extras/plugin-clean": "^1.3.9",
"@rollup-extras/plugin-binify": "^1.1.10",
"@rollup-extras/plugin-externals": "^1.2.2",
"@slimlib/refine-partition": "^1.0.3",
"@slimlib/smart-mock": "^0.1.6",
"is-builtin-module": "^3.2.1",
"terser": "^5.21.0",
"terser": "^5.28.1",
"kleur": "^4.1.5",
"cleye": "^1.3.2",
"jsonata": "^2.0.3"
"jsonata": "^2.0.4"
},
"peerDependencies": {
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}

@@ -110,3 +110,3 @@ # pkgbld

```
pkgbld --bin=./dist/index.cjs,./dist/index.mjs
pkgbld --bin=./dist/index.cjs
```

@@ -210,2 +210,10 @@

### no-exports
```
pkgbld --no-exports
```
Do not add exports field in package.json.
## Plugin API

@@ -212,0 +220,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