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

@pnpm/fs.hard-link-dir

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/fs.hard-link-dir - npm Package Compare versions

Comparing version 1.0.3 to 2.0.0

13

package.json
{
"name": "@pnpm/fs.hard-link-dir",
"version": "1.0.3",
"version": "2.0.0",
"description": "Hard link (or copy if linking fails) all files from a directory to several target directories.",

@@ -13,3 +13,3 @@ "main": "lib/index.js",

"keywords": [
"pnpm7",
"pnpm8",
"find",

@@ -19,3 +19,3 @@ "package"

"engines": {
"node": ">=14.6"
"node": ">=16.14"
},

@@ -27,7 +27,6 @@ "license": "MIT",

"homepage": "https://github.com/pnpm/pnpm/blob/main/fs/hard-link-dir#readme",
"dependencies": {},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/fs.hard-link-dir": "1.0.3",
"@pnpm/prepare": "0.0.62"
"@pnpm/fs.hard-link-dir": "2.0.0",
"@pnpm/prepare": "0.0.65"
},

@@ -38,3 +37,3 @@ "exports": {

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

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

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