Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/symlink-dependency

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/symlink-dependency - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

8

CHANGELOG.md
# @pnpm/symlink-dependency
## 4.0.2
### Patch Changes
- Updated dependencies [97c64bae4]
- @pnpm/types@7.1.0
- @pnpm/core-loggers@6.0.1
## 4.0.1

@@ -4,0 +12,0 @@

2

lib/index.js

@@ -15,5 +15,5 @@ "use strict";

core_loggers_1.linkLogger.debug({ target: dependencyRealLocation, link });
return (0, symlink_dir_1.default)(dependencyRealLocation, link);
return symlink_dir_1.default(dependencyRealLocation, link);
}
exports.default = symlinkDependency;
//# sourceMappingURL=index.js.map

@@ -36,3 +36,3 @@ "use strict";

const dest = path_1.default.join(destModulesDirReal, importAs);
const { reused } = await (0, symlink_dir_1.default)(dependencyRealocation, dest);
const { reused } = await symlink_dir_1.default(dependencyRealocation, dest);
if (reused)

@@ -39,0 +39,0 @@ return; // if the link was already present, don't log

{
"name": "@pnpm/symlink-dependency",
"description": "Symlink a dependency to node_modules",
"version": "4.0.1",
"version": "4.0.2",
"bugs": {

@@ -32,2 +32,8 @@ "url": "https://github.com/pnpm/pnpm/issues"

"repository": "https://github.com/pnpm/pnpm/blob/master/packages/symlink-dependency",
"dependencies": {
"@pnpm/core-loggers": "6.0.1",
"@pnpm/types": "7.1.0",
"symlink-dir": "^5.0.0"
},
"funding": "https://opencollective.com/pnpm",
"scripts": {

@@ -37,11 +43,4 @@ "start": "pnpm run tsc -- --watch",

"lint": "eslint -c ../../eslint.json src/**/*.ts",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"dependencies": {
"@pnpm/core-loggers": "6.0.0",
"@pnpm/types": "7.0.0",
"symlink-dir": "^5.0.0"
},
"funding": "https://opencollective.com/pnpm"
}
}
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