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

@navigraph/auth

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@navigraph/auth - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

dist/index.mjs

17

package.json
{
"name": "@navigraph/auth",
"version": "2.0.0",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"version": "2.0.1",
"main": "dist/index.js",
"browser": "dist/index.mjs",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"source": "./src/index.ts",

@@ -18,5 +19,5 @@ "license": "MIT",

"scripts": {
"build": "tsup src/index.ts --format esm,cjs --legacy-output --dts ",
"dev": "tsup src/index.ts --format esm,cjs --legacy-output --watch --dts --sourcemap inline",
"lint": "TIMING=1 eslint src/**/*.ts* --fix",
"build": "tsup src/index.ts --format esm,cjs --dts ",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts --sourcemap inline",
"lint": "cross-env TIMING=1 eslint src/**/*.ts --fix",
"clean": "rimraf .turbo node_modules dist"

@@ -26,3 +27,3 @@ },

"@navigraph/pkce": "^1.0.3",
"@navigraph/app": "1.2.1",
"@navigraph/app": "1.2.2",
"axios": "^0.24.0"

@@ -29,0 +30,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