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

resolve-package-path

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resolve-package-path - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.js

@@ -53,3 +53,3 @@ 'use strict';

var key = `${target}\x00${basedir}`;
var key = target + '\x00' + basedir;

@@ -56,0 +56,0 @@ var pkgPath;

{
"name": "resolve-package-path",
"description": "a special purpose fast memoizing way to resolve a node modules package.json",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -12,3 +12,3 @@ 'use strict';

describe('resolve-package-cache', function() {
describe('resolve-package-path', function() {
beforeEach(function() {

@@ -22,3 +22,3 @@ fs.removeSync(FIXTURE_ROOT);

it('exposes it\'s cache', function() {
it('exposes its cache', function() {
expect(resolvePackagePath._CACHE).to.be.ok;

@@ -25,0 +25,0 @@ expect(resolvePackagePath._resetCache).to.be.a('function');

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