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

glitch-javascript-sdk

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glitch-javascript-sdk - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

2

package.json
{
"name": "glitch-javascript-sdk",
"version": "0.2.4",
"version": "0.2.5",
"description": "Javascript SDK for Glitch",

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

@@ -45,3 +45,3 @@ import CommunitiesRoute from "../routes/CommunitiesRoute";

return Requests.processRoute(CommunitiesRoute.routes.create, data, {community_id : community_id});
return Requests.processRoute(CommunitiesRoute.routes.update, data, {community_id : community_id});
}

@@ -48,0 +48,0 @@

@@ -45,3 +45,3 @@ import TemplatesRoute from "../routes/TemplatesRoute";

return Requests.processRoute(TemplatesRoute.routes.create, data, {template_id : template_id});
return Requests.processRoute(TemplatesRoute.routes.update, data, {template_id : template_id});
}

@@ -48,0 +48,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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