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

bjorling

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bjorling - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

11

bjorling.js

@@ -36,3 +36,8 @@ var path = require('path')

, eventData = anEvent.data
if(!handler) return cb && cb()
if(!handler) {
return setImmediate(function() {
cb && cb()
})
}
if(transformer) {

@@ -56,3 +61,5 @@ eventData = transformer(eventData)

stateToSave = stateToSave || state
storage.save(stateToSave, cb)
storage.save(stateToSave, function(err, r) {
cb(err, r)
})
})

@@ -59,0 +66,0 @@ }

2

package.json

@@ -49,3 +49,3 @@ {

"main": "./bjorling.js",
"version": "0.5.0"
"version": "0.5.1"
}
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