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

airbitz-io-node-js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airbitz-io-node-js - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

changelog.md

4

lib/airbitz-io-node-js.cjs.js

@@ -8,4 +8,4 @@ 'use strict';

var crypto = _interopDefault(require('crypto'));
var disklet = require('disklet');
var fetch = _interopDefault(require('node-fetch'));
var nodeStorage = _interopDefault(require('node-localstorage'));

@@ -20,3 +20,3 @@ function random (bytes) {

fetch: fetch,
localStorage: new nodeStorage.LocalStorage(path),
folder: disklet.makeNodeFolder(path),
random: random

@@ -23,0 +23,0 @@ }

import crypto from 'crypto';
import { makeNodeFolder } from 'disklet';
import fetch from 'node-fetch';
import nodeStorage from 'node-localstorage';

@@ -13,3 +13,3 @@ function random (bytes) {

fetch: fetch,
localStorage: new nodeStorage.LocalStorage(path),
folder: makeNodeFolder(path),
random: random

@@ -16,0 +16,0 @@ }

{
"name": "airbitz-io-node-js",
"version": "0.1.0",
"version": "0.2.0",
"description": "IO dependencies for running airbitz-core-js on node.js",

@@ -14,4 +14,4 @@ "url": "https://airbitz.co",

"dependencies": {
"node-fetch": "^1.6.3",
"node-localstorage": "^1.3.0"
"disklet": "^0.1.1",
"node-fetch": "^1.6.3"
},

@@ -18,0 +18,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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