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

conseiljs

Package Overview
Dependencies
Maintainers
1
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conseiljs - npm Package Compare versions

Comparing version 0.1.18 to 0.1.19

1

dist/utils/ConseilQuery.js

@@ -82,2 +82,3 @@ "use strict";

operation_destination: filter.operation_source.filter(Boolean),
operation_participant: filter.operation_participant.filter(Boolean),
operation_kind: filter.operation_kind.filter(Boolean),

@@ -84,0 +85,0 @@ account_id: filter.account_id.filter(Boolean),

2

package.json
{
"name": "conseiljs",
"version": "0.1.18",
"version": "0.1.19",
"description": "Client-side library for dApp development.",

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

@@ -71,2 +71,3 @@ import * as querystring from "querystring";

operation_destination: filter.operation_source.filter(Boolean),
operation_participant: filter.operation_participant.filter(Boolean),
operation_kind: filter.operation_kind.filter(Boolean),

@@ -73,0 +74,0 @@ account_id: filter.account_id.filter(Boolean),

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