New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

pull-obv

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pull-obv - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+4
-7
index.js

@@ -9,5 +9,8 @@

fn = _fn
if(immediate !== false && _fn(state) === true) obv.more()
if(immediate !== false && fn(state) === true) obv.more()
return function () {
fn = null
get(true, function () {
state.ended = true
})
}

@@ -21,3 +24,2 @@ }

state.reading = true
console.log('reading...')
get(null, function (err, data) {

@@ -36,6 +38,1 @@ state.reading = false

{
"name": "pull-obv",
"description": "",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/dominictarr/pull-obv",

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