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

@dfinity/agent

Package Overview
Dependencies
Maintainers
12
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfinity/agent - npm Package Compare versions

Comparing version 0.18.0 to 0.18.1

2

lib/cjs/actor.js

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

let caller;
if (func.annotations.includes('query')) {
if (func.annotations.includes('query') || func.annotations.includes('composite_query')) {
caller = async (options, ...args) => {

@@ -171,0 +171,0 @@ var _a, _b;

@@ -158,3 +158,3 @@ import { Buffer } from 'buffer/';

let caller;
if (func.annotations.includes('query')) {
if (func.annotations.includes('query') || func.annotations.includes('composite_query')) {
caller = async (options, ...args) => {

@@ -161,0 +161,0 @@ var _a, _b;

{
"name": "@dfinity/agent",
"version": "0.18.0",
"version": "0.18.1",
"author": "DFINITY Stiftung <sdk@dfinity.org>",

@@ -53,4 +53,4 @@ "license": "Apache-2.0",

"peerDependencies": {
"@dfinity/candid": "^0.18.0",
"@dfinity/principal": "^0.18.0"
"@dfinity/candid": "^0.18.1",
"@dfinity/principal": "^0.18.1"
},

@@ -57,0 +57,0 @@ "dependencies": {

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