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

@bity/data-stores

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bity/data-stores - npm Package Compare versions

Comparing version 0.0.9 to 1.0.0

3

base-data-store/daemon-factory.js

@@ -44,2 +44,5 @@ export default function createDaemon(options = {}) {

break;
default:
break;
}

@@ -46,0 +49,0 @@

1

currencies.js

@@ -1,2 +0,1 @@

import { CURRENCIES_URL } from '@bity/api/endpoints';
import create from "./base-data-store";

@@ -3,0 +2,0 @@ export const mountPoint = 'currencies';

import { DIRECTIONS } from '@bity/models/data/currencies';
import { ESTIMATES_URL } from '@bity/api/endpoints';
import create from "./base-data-store";

@@ -51,4 +50,2 @@ export const mountPoint = 'order';

;
function fetchDataFn(store, {

@@ -55,0 +52,0 @@ bityApiClient

{
"name": "@bity/data-stores",
"version": "0.0.9",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "babel ./src -d ./dist && cp ./package.json ./dist/",
"lint": "eslint src/",
"build": "npm run lint && babel ./src -d ./dist && cp ./package.json ./dist/",
"clean": "git clean -f -d"

@@ -19,4 +20,5 @@ },

"@babel/core": "^7.4.0",
"babel-plugin-module-resolver": "^3.2.0"
"babel-plugin-module-resolver": "^3.2.0",
"eslint": "^6.0.1"
}
}

@@ -1,2 +0,1 @@

import { PAIRS_URL } from '@bity/api/endpoints';
import create from "./base-data-store";

@@ -3,0 +2,0 @@ export const mountPoint = 'pairs';

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