Socket
Socket
Sign inDemoInstall

publint

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

publint - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

2

package.json
{
"name": "publint",
"version": "0.2.4",
"version": "0.2.5",
"description": "Lint packaging errors",

@@ -5,0 +5,0 @@ "type": "module",

@@ -366,3 +366,3 @@ import {

const content = await vfs.readFile(path + ext)
if (pkgPath && _packedFiles && !_packedFiles.includes(path)) {
if (pkgPath && _packedFiles && !_packedFiles.includes(path + ext)) {
fileNotPublished(pkgPath)

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