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

imdone-core

Package Overview
Dependencies
Maintainers
1
Versions
478
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imdone-core - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

7

lib/repository.js

@@ -343,3 +343,8 @@ 'use strict';

if (file.indexOf(this.path) === 0) return file;
return path.join(this.path,file);
try {
var fullPath = path.join(this.path,file);
return fullPath;
} catch (e) {
throw new Error("Error getting full path for file:%s and repo path:%s", file, this.path);
}
};

@@ -346,0 +351,0 @@

2

package.json
{
"name": "imdone-core",
"version": "1.2.3",
"version": "1.2.4",
"description": "imdone-core",

@@ -5,0 +5,0 @@ "main": "index.js",

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