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
476
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 0.0.5 to 0.0.6

2

lib/file.js

@@ -283,3 +283,3 @@ var _ = require("lodash"),

// TODO:0 Implement #listname:0 style tasks in any text file
// DOING:0 Implement #listname:0 style tasks in any text file
/**

@@ -286,0 +286,0 @@ * Description

@@ -465,2 +465,5 @@ var _ = require('lodash'),

if (!/\.\.(\/|\\)/.test(file.path)) {
// If dir does not exist create it
var dirName = path.dirname(filePath);
if (!fs.existsSync(dirName)) wrench.mkdirSyncRecursive(dirName);
//log("file:%s", JSON.stringify(file, null, 5));

@@ -752,3 +755,3 @@ fs.writeFile(filePath, file.content, 'utf8', function(err, data) {

// DOING:30 modifyTask must be async. Get file content before proceeding.
// DOING:20 modifyTask must be async. Get file content before proceeding.
/**

@@ -755,0 +758,0 @@ * Description

{
"name": "imdone-core",
"version": "0.0.5",
"version": "0.0.6",
"description": "imdone-core",

@@ -32,3 +32,3 @@ "main": "index.js",

"wrench": "~1.5.8",
"async": "~0.2.10",
"async": "~0.7.0",
"chokidar": "~0.8.2",

@@ -35,0 +35,0 @@ "debug": "~0.8.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