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

confdir

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

confdir - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json

@@ -10,3 +10,3 @@ {

],
"version": "0.0.1",
"version": "0.0.2",
"repository": {

@@ -13,0 +13,0 @@ "type": "git",

@@ -6,3 +6,3 @@ var assert = require('assert');

confdir(__dirname, 'foo', function callback(err, dir) {
assert(path.resolve(__dirname, '.foo'), 'Paths do not match.');
assert(path.resolve(__dirname, '.foo') === dir, 'Paths do not match.');
console.log('passed test.');

@@ -9,0 +9,0 @@ });

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