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.1 to 1.2.2

6

index.js

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

if('string' === typeof jobs)
jobs = input.sublevel(jobs)
jobs = input.sublevel(jobs, {encoding: 'utf8'})

@@ -104,3 +104,3 @@ var working = false

jobs.start = function () {
input.createReadStream()
input.createReadStream({valueEncoding: 'utf8'})
.on('data', function (data) {

@@ -112,3 +112,3 @@ doHook(data, doJob)

jobs.createReadStream().on('data', doJob)
jobs.createReadStream({valueEncoding:'utf8'}).on('data', doJob)
jobs.post(doJob)

@@ -115,0 +115,0 @@

{
"name": "level-trigger",
"version": "1.2.1",
"version": "1.2.2",
"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