New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sprucelabs/path-resolver

Package Overview
Dependencies
Maintainers
8
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sprucelabs/path-resolver - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

build/index.js

@@ -7,6 +7,4 @@ "use strict";

const PathResolver_1 = __importDefault(require("./PathResolver"));
const log_1 = __importDefault(require("./lib/log"));
exports.default = PathResolver_1.default;
function register(options) {
log_1.default.info(`Registered PathResolver with cwd ${options.tsConfigDirs.join('\n')}`);
new PathResolver_1.default(options);

@@ -13,0 +11,0 @@ }

2

CHANGELOG.md

@@ -0,1 +1,3 @@

## [1.0.7](https://github.com/sprucelabsai/path-resolver/compare/v1.0.6...v1.0.7) (2020-04-14)
## [1.0.6](https://github.com/sprucelabsai/path-resolver/compare/v1.0.5...v1.0.6) (2020-04-14)

@@ -2,0 +4,0 @@

@@ -9,3 +9,3 @@ {

],
"version": "1.0.6",
"version": "1.0.7",
"main": "./build/index.js",

@@ -12,0 +12,0 @@ "types": "./build/index.d.ts",

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