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

website-portal-api

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

website-portal-api - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

index.js

@@ -63,2 +63,3 @@ const socketIO = require('socket.io-client');

this._portalToken = undefined;
this._loggedIn = false;

@@ -71,2 +72,3 @@ reject(new Error(error.error));

this._portalToken = token;
this._loggedIn = true;
resolve();

@@ -73,0 +75,0 @@ });

2

package.json
{
"name": "website-portal-api",
"version": "0.0.1",
"version": "0.0.2",
"description": "JavaScript API for Website Portal",

@@ -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