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

@rss3/js-sdk

Package Overview
Dependencies
Maintainers
4
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rss3/js-sdk - npm Package Compare versions

Comparing version 0.6.35 to 0.6.36

2

lib/data/client.js

@@ -115,3 +115,3 @@ import createClient from 'openapi-fetch';

throw error;
const list = data.data.map((a) => a);
const list = data.data?.map((a) => a) || [];
return {

@@ -118,0 +118,0 @@ data: list,

@@ -427,4 +427,2 @@ import { getSummaryActions } from '../../utils.js';

tokenPost(action),
tokenText('to a post of'),
tokenAddr(m.target?.handle || m.target?.profile_id),
...tokenPlatform(action),

@@ -431,0 +429,0 @@ ]);

{
"name": "@rss3/js-sdk",
"description": "RSS3 JavaScript SDK, the Turbocharger🌪️ for Your Next Open Web Development.",
"version": "0.6.35",
"version": "0.6.36",
"author": "Natural Selection Labs and RSS3 Contributors",

@@ -6,0 +6,0 @@ "license": "MIT",

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