@orbit-love/reddit
Advanced tools
Comparing version 0.3.3 to 0.3.5
{ | ||
"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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
192705
0