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

reclaim-identity-js

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reclaim-identity-js - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

2

package.json
{
"name": "reclaim-identity-js",
"version": "1.1.7",
"version": "1.1.8",
"main": "reclaimAuth.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -60,9 +60,7 @@ // reclaimAuth.js

await this.exchangeCodeForToken(JSON.parse(code).authorizationCode);
await this.fetchUserData();
} catch (error) {
console.error('Error initializing with session:', error);
}
} else {
await this.fetchUserData();
}
}
await this.fetchUserData();
}

@@ -69,0 +67,0 @@

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