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

nomics

Package Overview
Dependencies
Maintainers
2
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.1 to 0.2.2

1

dist/api/currencies_ticker.d.ts

@@ -18,2 +18,3 @@ import { IntervalEnum } from "../constants";

price: string;
price_timestamp: string;
circulating_supply: string;

@@ -20,0 +21,0 @@ max_supply: string;

2

package.json
{
"name": "nomics",
"version": "0.2.1",
"version": "0.2.2",
"description": "",

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

@@ -23,2 +23,3 @@ import { API_BASE, IntervalEnum } from "../constants";

price: string;
price_timestamp: string;
circulating_supply: string;

@@ -25,0 +26,0 @@ max_supply: string;

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