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

@collabland/common

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@collabland/common - npm Package Compare versions

Comparing version 0.33.1 to 0.33.2

2

dist/utils/jsonata.js

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

if (typeof range === 'string') {
if (idStr === range)
if (idStr === range || hexIdString === range)
return true;

@@ -526,0 +526,0 @@ if (isGlobPattern(range)) {

{
"name": "@collabland/common",
"version": "0.33.1",
"version": "0.33.2",
"description": "CollabLand common utilities",

@@ -56,12 +56,12 @@ "main": "dist/index.js",

"devDependencies": {
"@loopback/build": "^9.0.1",
"@loopback/eslint-config": "^13.0.1",
"@loopback/testlab": "^5.0.1",
"@loopback/build": "^9.0.2",
"@loopback/eslint-config": "^13.0.2",
"@loopback/testlab": "^5.0.2",
"@types/minimatch": "3.0.5",
"@types/node": "^16.11.39",
"typescript": "~4.7.3"
"@types/node": "^16.11.45",
"typescript": "~4.7.4"
},
"copyright.owner": "Abridged, Inc.",
"author": "Abridged, Inc.",
"gitHead": "d7373614714b5e06a5aad13eabcbef2071fcd4a9"
"gitHead": "b25a88187a059ab7014ccecf34088087d03f1b5a"
}

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

if (typeof range === 'string') {
if (idStr === range) return true;
if (idStr === range || hexIdString === range) return true;
if (isGlobPattern(range)) {

@@ -680,0 +680,0 @@ // Wildcard

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