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
484
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.22 to 1.2.23

2

lib/mixins/repo-fs-store.js

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

// #ARCHIVE:50 Fix loadConfig defaults
// #TODO:0 gh-iss:2 assigned:piascikj If a config is bad move it to config.json.bak and save a new one with defaults +enhancement +standup
// #TODO:0 gh-iss:2 gh-iss:3 assigned:piascikj If a config is bad move it to config.json.bak and save a new one with defaults +enhancement +standup
cb = tools.cb(cb);

@@ -144,0 +144,0 @@ repo.loadIgnore();

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

value: value,
link: self.getMetaLink(config, metaKey)
link: self.getMetaLink(config, metaKey, value)
});

@@ -156,5 +156,4 @@ });

Task.prototype.getMetaLink = function(config, metaKey) {
Task.prototype.getMetaLink = function(config, metaKey, metaValue) {
var metaConfig = config.meta && config.meta[metaKey];
var metaValue = this.getMetaData()[metaKey];
if (!metaConfig || !metaValue) return;

@@ -161,0 +160,0 @@ return {

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