Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 0.0.4

1

libs/api-endpoints.js

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

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

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

2

package.json
{
"name": "@usearcade/arcade-libs",
"version": "0.0.3",
"version": "0.0.4",
"description": "Reusable libraries for Arcade projects",

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

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