New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@collabland/chain

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@collabland/chain - npm Package Compare versions

Comparing version 0.22.0 to 0.23.0

1

dist/caip/asset-name-id.js

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

const result = [];
ids = decodeURIComponent(ids);
const ranges = (0, common_1.parseRanges)(ids);

@@ -41,0 +42,0 @@ for (const range of ranges) {

6

package.json
{
"name": "@collabland/chain",
"version": "0.22.0",
"version": "0.23.0",
"description": "CollabLand Ethereum Integration",

@@ -34,3 +34,3 @@ "main": "dist/index.js",

"dependencies": {
"@collabland/common": "^0.33.0",
"@collabland/common": "^0.33.1",
"is-ipfs": "^6.0.2",

@@ -50,3 +50,3 @@ "parse-data-url": "^4.0.1",

"author": "Abridged, Inc.",
"gitHead": "202d313fb012dd9cfb6cb0f0da6abd8e4c8c24fa"
"gitHead": "d7373614714b5e06a5aad13eabcbef2071fcd4a9"
}

@@ -44,2 +44,3 @@ // Copyright Abridged, Inc. 2021. All Rights Reserved.

const result: string[] = [];
ids = decodeURIComponent(ids);
const ranges = parseRanges(ids);

@@ -46,0 +47,0 @@ for (const range of ranges) {

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