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

@particle-network/provider

Package Overview
Dependencies
Maintainers
4
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@particle-network/provider - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2-alpha.0

es/index.js

12

package.json
{
"name": "@particle-network/provider",
"version": "0.9.1",
"version": "0.9.2-alpha.0",
"files": [
"es",
"lib",

@@ -9,2 +10,3 @@ "LICENSE"

"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/types/index.d.ts",

@@ -23,3 +25,3 @@ "license": "Apache-2.0",

"devDependencies": {
"@particle-network/auth": "^0.9.1",
"@particle-network/auth": "^0.9.2-alpha.0",
"@types/uuid": "^8.3.4",

@@ -30,7 +32,7 @@ "ts-loader": "^9.3.1",

"scripts": {
"build": "yarn clean && tsc -p tsconfig.json",
"clean": "shx rm -rf lib/*",
"build": "yarn clean && tsc -p tsconfig.json && node ./esBuild.js",
"clean": "shx rm -rf lib/* && shx rm -rf es/*",
"build:min.js": "webpack"
},
"gitHead": "663bf3f0d5da24067b256832d8083a14db41c267"
"gitHead": "68eb65880de1ab37bb6534aa36ad44ce133cc782"
}
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