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

clean-publish

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-publish - npm Package Compare versions

Comparing version 3.4.3 to 3.4.4

9

core.js

@@ -49,2 +49,11 @@ import { promises as fs } from 'fs'

)
if (
cleanPackageJSON.scripts.publish &&
(cleanPackageJSON.scripts.publish === 'clean-publish' ||
cleanPackageJSON.scripts.publish.startsWith('clean-publish '))
) {
// "custom" publish script is actually calling clean-publish
delete cleanPackageJSON.scripts.publish
}
}

@@ -51,0 +60,0 @@

4

package.json
{
"name": "clean-publish",
"version": "3.4.3",
"version": "3.4.4",
"description": "Clean your package before publish",

@@ -27,4 +27,4 @@ "keywords": [

"hosted-git-info": "^4.0.2",
"lilconfig": "^2.0.3"
"lilconfig": "^2.0.4"
}
}
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