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

algosdk

Package Overview
Dependencies
Maintainers
6
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

algosdk - npm Package Compare versions

Comparing version 1.15.0-beta.1 to 1.15.0

6

dist/cjs/src/client/v2/indexer/searchForApplications.js

@@ -17,5 +17,5 @@ "use strict";

}
// creator for filter, as int
creator(index) {
this.query.creator = index;
// creator for filter, as string
creator(creator) {
this.query.creator = creator;
return this;

@@ -22,0 +22,0 @@ }

@@ -12,5 +12,5 @@ import JSONRequest from '../jsonrequest';

}
// creator for filter, as int
creator(index) {
this.query.creator = index;
// creator for filter, as string
creator(creator) {
this.query.creator = creator;
return this;

@@ -17,0 +17,0 @@ }

@@ -5,3 +5,3 @@ import JSONRequest from '../jsonrequest';

index(index: number): this;
creator(index: number): this;
creator(creator: string): this;
nextToken(next: string): this;

@@ -8,0 +8,0 @@ limit(limit: number): this;

{
"name": "algosdk",
"version": "1.15.0-beta.1",
"version": "1.15.0",
"description": "The official JavaScript SDK for Algorand",

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

@@ -25,3 +25,3 @@ # js-algorand-sdk

<script
src="https://unpkg.com/algosdk@v1.15.0-beta.1/dist/browser/algosdk.min.js"
src="https://unpkg.com/algosdk@v1.15.0/dist/browser/algosdk.min.js"
integrity="sha384-wURu1H0s7z6Nj/AiP4O+0EorWZNvjiXwex7pNwtJH77x60mNs0Wm2zR37iUtHMwH"

@@ -36,3 +36,3 @@ crossorigin="anonymous"

<script
src="https://cdn.jsdelivr.net/npm/algosdk@v1.15.0-beta.1/dist/browser/algosdk.min.js"
src="https://cdn.jsdelivr.net/npm/algosdk@v1.15.0/dist/browser/algosdk.min.js"
integrity="sha384-wURu1H0s7z6Nj/AiP4O+0EorWZNvjiXwex7pNwtJH77x60mNs0Wm2zR37iUtHMwH"

@@ -39,0 +39,0 @@ crossorigin="anonymous"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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