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 4.0.0 to 4.0.1

1

core.js

@@ -236,2 +236,3 @@ import { promises as fs } from 'fs'

.replace(/\s*\/\/.*\n/gm, '\n')
.replace(/\s*\/\*[^/]+\*\/\n?/gm, '\n')
.replace(/\n+/gm, '\n')

@@ -238,0 +239,0 @@ .replace(/^\n+/gm, '')

9

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

@@ -11,2 +11,5 @@ "keywords": [

],
"engines": {
"node": ">= 16.0.0"
},
"author": "Shashkov Danil <shashkovdanil@gmail.com>",

@@ -23,5 +26,5 @@ "license": "MIT",

"fast-glob": "^3.2.11",
"lilconfig": "^2.0.4",
"micromatch": "^4.0.4"
"lilconfig": "^2.0.5",
"micromatch": "^4.0.5"
}
}
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