authx-interface
Advanced tools
Comparing version 2.0.0-alpha4 to 2.0.0-alpha5
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
6
3
2146608
22
25169