Socket
Socket
Sign inDemoInstall

atomicassets

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atomicassets - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

1

build/API/Explorer/index.d.ts

@@ -7,3 +7,2 @@ import ExplorerActionGenerator from '../../Actions/Explorer';

fetch?: Fetch;
rateLimit?: number;
};

@@ -10,0 +9,0 @@ export declare type DataOptions = Array<{

8

build/API/Explorer/Objects.d.ts

@@ -140,2 +140,10 @@ import { SchemaObject } from '../../Schema';

schemas: string;
burned_by_template: Array<{
template_id: string;
burned: number;
}>;
burned_by_schema: Array<{
schema_name: string;
burned: number;
}>;
}

@@ -142,0 +150,0 @@ export interface ISchemaStats {

@@ -12,3 +12,3 @@ {

"license": "MIT",
"version": "1.4.0",
"version": "1.4.1",
"main": "build/index.js",

@@ -15,0 +15,0 @@ "types": "build/index.d.ts",

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