Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@privy-io/js-sdk-core

Package Overview
Dependencies
Maintainers
8
Versions
723
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@privy-io/js-sdk-core - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0-beta-20230925232220

12

package.json
{
"name": "@privy-io/js-sdk-core",
"version": "0.1.1",
"version": "0.2.0-beta-20230925232220",
"description": "Vanilla JS client for the Privy Auth API",

@@ -29,6 +29,8 @@ "keywords": [

"main": {
"isLibrary": true
"isLibrary": true,
"sourceMap": false
},
"module": {
"isLibrary": true
"isLibrary": true,
"sourceMap": false
}

@@ -43,3 +45,3 @@ },

"build": "npx parcel build",
"clean": "rm -rf dist",
"clean": "rm -rf dist .turbo",
"prepublishOnly": "npm run clean && npm run build",

@@ -61,3 +63,3 @@ "dev": "npx parcel watch",

"@ethersproject/providers": "^5.7.2",
"@privy-io/public-api": "*",
"@privy-io/public-api": "1.1.0-beta-20230925232220",
"eventemitter3": "^5.0.1",

@@ -64,0 +66,0 @@ "fetch-retry": "^5.0.6",

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