Socket
Socket
Sign inDemoInstall

@pnpm/link-bins

Package Overview
Dependencies
Maintainers
3
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/link-bins - npm Package Compare versions

Comparing version 5.3.3-alpha.0 to 5.3.3

12

CHANGELOG.md
# @pnpm/link-bins
## 5.3.3
### Patch Changes
- Updated dependencies [da091c711]
- @pnpm/types@6.0.0
- @pnpm/error@1.2.1
- @pnpm/package-bins@4.0.4
- @pnpm/read-modules-dir@2.0.2
- @pnpm/read-package-json@3.1.1
- @pnpm/read-project-manifest@1.0.6
## 5.3.3-alpha.0

@@ -4,0 +16,0 @@

2

lib/index.d.ts

@@ -5,3 +5,3 @@ import { DependencyManifest } from '@pnpm/types';

declare const _default: (modulesDir: string, binsDir: string, opts: {
allowExoticManifests?: boolean | undefined;
allowExoticManifests?: boolean;
warn: WarnFunction;

@@ -8,0 +8,0 @@ }) => Promise<string[] | undefined>;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.linkBinsOfPackages = void 0;
const error_1 = require("@pnpm/error");

@@ -4,0 +5,0 @@ const package_bins_1 = require("@pnpm/package-bins");

{
"name": "@pnpm/link-bins",
"version": "5.3.3-alpha.0",
"version": "5.3.3",
"description": "Link bins to node_modules/.bin",

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

"@pnpm/error": "1.2.0",
"@pnpm/package-bins": "4.0.4-alpha.0",
"@pnpm/package-bins": "4.0.4",
"@pnpm/read-modules-dir": "2.0.1",
"@pnpm/read-package-json": "3.1.1-alpha.0",
"@pnpm/read-project-manifest": "1.0.6-alpha.0",
"@pnpm/types": "6.0.0-alpha.0",
"@pnpm/read-package-json": "3.1.1",
"@pnpm/read-project-manifest": "1.0.6",
"@pnpm/types": "6.0.0",
"@zkochan/cmd-shim": "^4.3.0",

@@ -48,3 +48,3 @@ "is-subdir": "^1.1.1",

"normalize-path": "^3.0.0",
"p-settle": "^4.0.1",
"p-settle": "^4.1.0",
"ramda": "^0.27.0"

@@ -55,8 +55,8 @@ },

"@types/is-windows": "^1.0.0",
"@types/mz": "^2.7.0",
"@types/ncp": "^2.0.3",
"@types/node": "^12.12.38",
"@types/mz": "^2.7.1",
"@types/ncp": "^2.0.4",
"@types/node": "^12.12.42",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "^0.27.4",
"@types/sinon": "^9.0.0",
"@types/ramda": "^0.27.6",
"@types/sinon": "^9.0.4",
"@types/tape": "^4.13.0",

@@ -63,0 +63,0 @@ "ncp": "^2.0.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