Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

freedom-for-node

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

freedom-for-node - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

3

index.js

@@ -13,3 +13,4 @@ /*jslint indent:2,white:true,sloppy:true,node:true */

fileInfo.FILES.src.forEach(function(dir) {
fileInfo.FILES.srcCore.concat(
fileInfo.FILES.srcPlatform).forEach(function(dir) {
glob.sync(fileInfo.baseName + '/' + dir).forEach(function(file) {

@@ -16,0 +17,0 @@ require(file);

{
"name": "freedom-for-node",
"description": "Embracing a distributed web",
"version": "0.0.6",
"version": "0.0.7",
"homepage": "http://freedomjs.org",

@@ -21,3 +21,3 @@ "bugs": {

"dependencies": {
"freedom": "~0.4.7",
"freedom": "~0.4.9",
"es6-promise": "~0.1.1",

@@ -31,4 +31,4 @@ "json-store": "0.0.1",

"peerDependencies": {
"freedom": "~0.4.7"
"freedom": "~0.4.9"
}
}
/*globals require,fdom:true*/
/*jslint indent:2,white:true,sloppy:true */
/*jslint indent:2,white:true,sloppy:true,node:true,nomen:true */

@@ -9,3 +9,3 @@ /**

var Storage_node = function(channel, dispatch) {
this.store = require('json-store')('freedomjs-storage.json');
this.store = require('json-store')(__dirname + '/freedomjs-storage.json');
this.dispatchEvents = dispatch;

@@ -12,0 +12,0 @@ this.channel = channel;

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