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.1.20 to 1.2.0

3

dist/index.js

@@ -239,2 +239,3 @@ #!/usr/bin/env node

}
pkg.exports['./package.json'] = './package.json';
if (typeof pkg.umd === 'string') {

@@ -262,2 +263,4 @@ pkg.umd = `./${config.dir}/index.umd.js`;

for (const id in pkg.exports) {
if (id === './package.json')
continue;
const basename = id == '.' ? 'index' : path__default["default"].basename(id);

@@ -264,0 +267,0 @@ if (typeof pkg.exports[id] !== 'object') {

2

package.json
{
"version": "1.1.20",
"version": "1.2.0",
"license": "MIT",

@@ -4,0 +4,0 @@ "name": "pkgbld",

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