Comparing version 0.2.9 to 0.2.10
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120
29915
34
1