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

nomics

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nomics - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

4

dist/api/currencies_ticker.d.ts

@@ -17,4 +17,4 @@ import { IntervalEnum } from "../constants";

market_cap_change_pct?: string;
volume_transparency: VolumeTransparency[];
volume_transparency_grade: string;
volume_transparency?: VolumeTransparency[];
volume_transparency_grade?: string;
};

@@ -21,0 +21,0 @@ export declare type VolumeTransparency = {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const API_BASE = "https://api.nomics.com";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CurrencyTickerInterval, ICurrenciesTickerOptions, IRawCurrencyTicker } from "./api/currencies_ticker";

@@ -0,0 +0,0 @@ "use strict";

export declare const fetchJSON: (path: string) => Promise<any>;

@@ -0,0 +0,0 @@ "use strict";

export declare const isEmpty: (str?: any) => boolean;

@@ -0,0 +0,0 @@ "use strict";

export declare const objToUrlParams: (obj: any) => string;

@@ -0,0 +0,0 @@ "use strict";

{
"name": "nomics",
"version": "0.2.9",
"version": "0.2.10",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -112,1 +112,9 @@ # Nomics JavaScript client

| market_cap_change_pct | string | Market cap change percent over the interval |
## Development
### Publishing a new version
1. Version the package: `npm version {patch | minor | major}` — this updates the package json accordingly
1. Publish the package: `npm publish` — this does a pre-publish step to transpile the code to /dist, and then it publishes that. If you have 2FA setup, it’ll prompt you to enter that before publish finishes
1. Commit and push the update back to master: `git push origin master` — just make sure that the package.json in master matches the published version

@@ -23,4 +23,4 @@ import Nomics from "..";

market_cap_change_pct?: string;
volume_transparency: VolumeTransparency[];
volume_transparency_grade: string;
volume_transparency?: VolumeTransparency[];
volume_transparency_grade?: string;
};

@@ -27,0 +27,0 @@

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