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

authx-interface

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

authx-interface - npm Package Compare versions

Comparing version 2.0.0-alpha4 to 2.0.0-alpha5

dist/$authenticate-bf4ebde8793a33c9a93a.js

9

package.json

@@ -8,3 +8,2 @@ {

"dependencies": {
"@types/graphql-react": "./@types/graphql-react",
"@types/react": "^16.8.8",

@@ -55,6 +54,6 @@ "@types/react-dom": "^16.8.3",

"lint": "prettier -c '**/*.{json,yml,md,ts}' && eslint src --ext ts",
"prepare": "rm -rf dist && npx webpack",
"prepare": "rm -rf dist && webpack",
"test": "npm run prepare && ava --verbose dist/test.js",
"watch": "rm -rf dist && npx webpack --watch",
"start:development": "NODE_ENV=development npx nodemon --inspect dist/server",
"watch": "rm -rf dist && webpack --watch",
"start:development": "NODE_ENV=development nodemon --inspect dist/server",
"start:production": "NODE_ENV=production node dist/server",

@@ -64,3 +63,3 @@ "start": "npm run start:production"

"types": "index.d.ts",
"version": "2.0.0-alpha4"
"version": "2.0.0-alpha5"
}

@@ -11,2 +11,4 @@ {

"esModuleInterop": true,
"baseUrl": "@types",
"typeRoots": ["@types"],
"jsx": "react"

@@ -13,0 +15,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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