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

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.1.0 to 1.1.1

2

build/API/Explorer/index.d.ts

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

getAssets(options?: AssetParams, page?: number, limit?: number, data?: DataOptions): Promise<ApiAsset[]>;
countAssets(options: AssetParams, data: DataOptions): Promise<number>;
countAssets(options: AssetParams, data?: DataOptions): Promise<number>;
getAsset(id: string): Promise<ApiAsset>;

@@ -75,0 +75,0 @@ getAssetLogs(id: string, page?: number, limit?: number, order?: string): Promise<ApiLog[]>;

@@ -36,3 +36,3 @@ "use strict";

}
async countAssets(options, data) {
async countAssets(options, data = {}) {
return await this.countEndpoint('/v1/assets', buildDataOptions(options, data));

@@ -39,0 +39,0 @@ }

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

"license": "MIT",
"version": "1.1.0",
"version": "1.1.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