Socket
Socket
Sign inDemoInstall

libnpmdiff

Package Overview
Dependencies
Maintainers
6
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libnpmdiff - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

2

lib/should-print-patch.js

@@ -17,3 +17,3 @@ const { basename, extname } = require('path')

: extname(filename)
).substr(1)
).slice(1)

@@ -20,0 +20,0 @@ return !binaryExtensions.includes(extension)

{
"name": "libnpmdiff",
"version": "4.0.2",
"version": "4.0.3",
"description": "The registry diff",
"repository": {
"type": "git",
"url": "https://github.com/npm/cli",
"url": "https://github.com/npm/cli.git",
"directory": "workspaces/libnpmdiff"

@@ -12,7 +12,7 @@ },

"files": [
"bin",
"lib"
"bin/",
"lib/"
],
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},

@@ -37,3 +37,3 @@ "keywords": [

"eslint": "eslint",
"lint": "eslint '**/*.js'",
"lint": "eslint \"**/*.js\"",
"lintfix": "npm run lint -- --fix",

@@ -46,4 +46,4 @@ "test": "tap",

"prepublishOnly": "git push origin --follow-tags",
"postlint": "npm-template-check",
"template-copy": "npm-template-copy --force"
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force"
},

@@ -54,12 +54,12 @@ "tap": {

"devDependencies": {
"@npmcli/template-oss": "^2.4.2",
"eslint": "^8.1.0",
"tap": "^15.0.9"
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.3.2",
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/disparity-colors": "^1.0.1",
"@npmcli/disparity-colors": "^2.0.0",
"@npmcli/installed-package-contents": "^1.0.7",
"binary-extensions": "^2.2.0",
"diff": "^5.0.0",
"minimatch": "^3.0.4",
"minimatch": "^5.0.1",
"npm-package-arg": "^9.0.1",

@@ -70,4 +70,5 @@ "pacote": "^13.0.5",

"templateOSS": {
"version": "2.9.2"
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.3.2"
}
}

@@ -5,5 +5,3 @@ # libnpmdiff

[![license](https://img.shields.io/npm/l/libnpmdiff.svg)](https://npm.im/libnpmdiff)
[![GitHub Actions](https://github.com/npm/libnpmdiff/workflows/node-ci/badge.svg)](https://github.com/npm/libnpmdiff/actions?query=workflow%3Anode-ci)
[![Coverage Status](https://coveralls.io/repos/github/npm/libnpmdiff/badge.svg?branch=main)](https://coveralls.io/github/npm/libnpmdiff?branch=main)
[![CI - libnpmdiff](https://github.com/npm/cli/actions/workflows/ci-libnpmdiff.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmdiff.yml)
The registry diff lib.

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