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.6 to 0.0.7

7

order.js

@@ -111,5 +111,10 @@ import { DIRECTIONS } from '@bity/models/data/currencies';

return bityApiClient.fetchEstimateForOrder(order);
return bityApiClient.fetchEstimateForOrder(order).then(order => {
// Since backend doesnt return this (and maybe never will), set it
// based on our original selection
order.directionToBasePriceOn = directionToBasePriceOn;
return order;
});
}
export { reducer, daemon, hasData, getData, isDataLoading, addDataListener, removeDataListener };

2

package.json
{
"name": "@bity/data-stores",
"version": "0.0.6",
"version": "0.0.7",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

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