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

@aresrpg/aresrpg-sdk

Package Overview
Dependencies
Maintainers
3
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aresrpg/aresrpg-sdk - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

2

package.json
{
"name": "@aresrpg/aresrpg-sdk",
"version": "2.2.2",
"version": "2.2.3",
"description": "General SDK to interract with AresRPG",

@@ -5,0 +5,0 @@ "type": "module",

@@ -104,3 +104,7 @@ import { LRUCache } from 'lru-cache'

const whitelisted_item = SUPPORTED_NFTS[item._type]
if (!whitelisted_item) return null
if (!whitelisted_item) {
// those items are not wanted, just put them in the cache as null
OBJECT_CACHE.set(item.id, null)
return null
}

@@ -168,2 +172,4 @@ if (item._type === BULLSHARK) {

internal_items.forEach(item => OBJECT_CACHE.set(item.id, item))
return new Map(

@@ -170,0 +176,0 @@ [

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