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

@usearcade/arcade-libs

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@usearcade/arcade-libs - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

libs/api-endpoints.js

@@ -5,3 +5,3 @@ const { API_URL: url } = require('./urls');

API_AUTHENTICATE : () => `${url}/api/authenticate`,
API_AUTHENTICATE_TOKEN : () => `${url}/api/authenticate/token`,
API_AUTHENTICATE_TOKEN : ({ projectId }) => `${url}/api/authenticate/token/${projectId}`,
API_LOGIN : () => `${url}/api/login`,

@@ -8,0 +8,0 @@ API_LOGOUT : () => `${url}/api/logout`,

{
"name": "@usearcade/arcade-libs",
"version": "0.0.4",
"version": "0.0.5",
"description": "Reusable libraries for Arcade projects",
"repository": {
"type": "git",
"url": "https://github.com/Usearcade/arcade-libs.git"
},
"main": "index.js",

@@ -6,0 +10,0 @@ "author": "Mike Carbone",

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