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.8 to 0.0.9

2

lib/repository.js

@@ -208,6 +208,6 @@ var _ = require('lodash'),

if (!self.listExists(task.list)) {
self.emit('list.found', list);
var list = _.pick(new List(task.getList()), "name", "hidden");
list = new List(list.name, list.hidden);
self.addList(list);
self.emit('list.found', list);
self.saveConfig();

@@ -214,0 +214,0 @@ }

{
"name": "imdone-core",
"version": "0.0.8",
"version": "0.0.9",
"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