Socket
Socket
Sign inDemoInstall

@pnpm/package-bins

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/package-bins - npm Package Compare versions

Comparing version 7.0.3 to 8.0.0

2

lib/index.d.ts

@@ -1,2 +0,2 @@

import { DependencyManifest } from '@pnpm/types';
import { type DependencyManifest } from '@pnpm/types';
export interface Command {

@@ -3,0 +3,0 @@ name: string;

{
"name": "@pnpm/package-bins",
"version": "7.0.3",
"version": "8.0.0",
"description": "Returns bins of a package",

@@ -12,7 +12,7 @@ "main": "lib/index.js",

"engines": {
"node": ">=14.6"
"node": ">=16.14"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/package-bins",
"keywords": [
"pnpm7",
"pnpm8",
"pnpm",

@@ -29,7 +29,7 @@ "bins"

"is-subdir": "^1.2.0",
"@pnpm/types": "8.10.0"
"@pnpm/types": "9.0.0"
},
"devDependencies": {
"@types/node": "^14.18.33",
"@pnpm/package-bins": "7.0.3"
"@types/node": "^14.18.37",
"@pnpm/package-bins": "8.0.0"
},

@@ -41,3 +41,3 @@ "funding": "https://opencollective.com/pnpm",

"scripts": {
"lint": "eslint src/**/*.ts test/**/*.ts",
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest",

@@ -44,0 +44,0 @@ "test": "pnpm run compile && pnpm run _test",

Sorry, the diff of this file is not supported yet

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