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

install-local-dependencies

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

install-local-dependencies - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.2.2](https://github.com/body-builder/install-local-dependencies/compare/v0.2.1...v0.2.2) (2021-10-25)
### Bug Fixes
* Windows backslash-issue in `get_ignore_rules()` ([efb7571](https://github.com/body-builder/install-local-dependencies/commit/efb75710f4e721c35587d2bb55d919a5908ccf00))
### [0.2.1](https://github.com/body-builder/install-local-dependencies/compare/v0.2.0...v0.2.1) (2021-10-21)

@@ -7,0 +14,0 @@

2

package.json
{
"name": "install-local-dependencies",
"version": "0.2.1",
"version": "0.2.2",
"description": "Yet another local dependency installer",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/body-builder/install-local-dependencies#readme",

@@ -6,3 +6,3 @@ const path = require('path');

const { validate_path, promisified, default_ignore_rules } = require('./helpers')
const { validate_path, promisified, default_ignore_rules, definitely_posix } = require('./helpers')

@@ -77,3 +77,3 @@ /**

return all_rules.map((pattern) => path.join(relative_package_path, pattern));
return all_rules.map((pattern) => definitely_posix(path.join(relative_package_path, pattern)));
}

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