Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

draftlog

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draftlog - npm Package Compare versions

Comparing version 1.0.5 to 1.0.7

examples/queue.js

2

package.json
{
"name": "draftlog",
"version": "1.0.5",
"version": "1.0.7",
"description": "Update logged lines after logging them",

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

@@ -8,2 +8,4 @@ ![DraftLog](midia/draftlog.png)

![DraftLog GIF](midia/draftlog.gif)
[build-status-image]: https://img.shields.io/travis/ivanseidel/node-draftlog.svg

@@ -10,0 +12,0 @@ [build-status-url]: http://travis-ci.org/ivanseidel/node-draftlog

@@ -6,2 +6,3 @@ 'use strict'

const tests = [].concat(
require('./tests.package'),
require('./tests.CSIHelper'),

@@ -8,0 +9,0 @@ require('./tests.lineCountStream')

@@ -16,7 +16,7 @@ const chalk = require('chalk')

function CSIsave() {
assert.equal(Lib.CSIHelper.save(), '\033[s')
assert.equal(Lib.CSIHelper.save(), '\u001b7')
}
function CSIrestore() {
assert.equal(Lib.CSIHelper.restore(), '\033[u')
assert.equal(Lib.CSIHelper.restore(), '\u001b8')
}

@@ -23,0 +23,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