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 0.1.0 to 0.1.1

6

lib/file.js

@@ -216,2 +216,4 @@ var _ = require("lodash"),

log('checking for valid task with regex:%s', symbolRegex);
if (lang && symbol) {

@@ -231,2 +233,3 @@ for(var i=pos-1; !done; i--) {

log('valid:%s', valid);
return valid;

@@ -245,3 +248,4 @@ };

cleanContent = this.content.replace(regEx, function(block) {
return block.replace(new RegExp(LINK_STYLE_REGEX), "**TASK**");
block = block.replace(new RegExp(LINK_STYLE_REGEX), "**TASK**");
block = block.replace(new RegExp(HASH_STYLE_REGEX), "**TASK**");
});

@@ -248,0 +252,0 @@ }

4

package.json
{
"name": "imdone-core",
"version": "0.1.0",
"version": "0.1.1",
"description": "imdone-core",

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

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

@@ -32,0 +32,0 @@ "debug": "~0.8.0"

imdone-core
===========
[![Build Status](https://travis-ci.org/imdone/imdone-core.png?branch=master)](https://travis-ci.org/imdone/imdone-core)
[![Dependency Status](https://gemnasium.com/piascikj/imdone-core.png)](https://gemnasium.com/piascikj/imdone-core)

@@ -5,0 +6,0 @@ The heart of imdone seperated from it's outer layer to allow embedding in other projects.

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