New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

level-trigger

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

level-trigger - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

7

index.js

@@ -63,3 +63,3 @@ var shasum = require('shasum')

}
jobs.del(data.key, function (err) {

@@ -104,6 +104,11 @@ if(err) return retry.push(data)

jobs.start = function () {
var hadData = false;
input.createReadStream({valueEncoding: 'utf8'})
.on('data', function (data) {
hadData = true
doHook(data, doJob)
})
.on('end', function () {
if (! hadData && ! working) jobs.emit('complete')
})
return jobs

@@ -110,0 +115,0 @@ }

2

package.json
{
"name": "level-trigger",
"version": "1.2.2",
"version": "1.3.0",
"homepage": "https://github.com/dominictarr/level-trigger",

@@ -5,0 +5,0 @@ "repository": {

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