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

@orbit-love/reddit

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orbit-love/reddit - npm Package Compare versions

Comparing version 0.3.3 to 0.3.5

2

package.json
{
"name": "@orbit-love/reddit",
"version": "0.3.3",
"version": "0.3.5",
"description": "Integrate Reddit interactions into Orbit workspaces",

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

@@ -48,3 +48,3 @@ #!/usr/bin/env node

const response = await orbitReddit.addActivities(prepared);
console.log(response); // "Added n activities to the workspace-id Orbit workspace"
console.log(JSON.stringify(response, null, 2)); // "Added n activities to the workspace-id Orbit workspace"
}

@@ -65,3 +65,3 @@

const response = await orbitReddit.addActivities(prepared);
console.log(response); // "Added n activities to the workspace-id Orbit workspace"
console.log(JSON.stringify(response, null, 2)); // "Added n activities to the workspace-id Orbit workspace"
}

@@ -68,0 +68,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