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.0.2 to 0.0.3

bjorling-storage-browser.js

4

bjorling-storage.js
var _ = require('underscore')
, projections = {}
, keys = require('./bjorling-keys')
, projections = {}

@@ -38,2 +38,2 @@ function filter(projectionName, fn, cb) {

, save: save
}
}

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

, keys = require('./bjorling-keys')
, storage
, storage = require('./bjorling-storage')

@@ -60,4 +60,9 @@ function handleEvent(eventName, eventData) {

}
module.exports.setStore = function(store) {
storage = store
module.exports.on = function() {
var args = [].slice.call(arguments, 0)
storage.on.apply(storage, args)
}
module.exports.update = function() {
var args = [].slice.call(arguments, 0)
storage.update.apply(storage, args)
}

@@ -16,3 +16,4 @@ {

, "dependencies": {
"underscore": "1.4.x"
"eventemitter2": "0.4.x"
, "underscore": "1.4.x"
}

@@ -26,5 +27,8 @@ , "devDependencies": {

]
, "browser": {
"./bjorling-storage.js": "./bjorling-storage-browser.js"
}
, "license": "mit +no-false-attribs, +no-advertising license"
, "main": "./bjorling.js"
, "version": "0.0.2"
, "version": "0.0.3"
}
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