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

react-auth-kit

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-auth-kit - npm Package Compare versions

Comparing version

to
3.0.2-alpha.0

8

package.json
{
"name": "react-auth-kit",
"version": "3.0.1",
"version": "3.0.2-alpha.0",
"description": "Authentication Library for React, which makes Token based auth very easy",

@@ -46,5 +46,5 @@ "keywords": [

"scripts": {
"build": "tsc --project tsconfig.json && babel --config-file ./config/babel.config.js src --out-dir . --extensions \".tsx,.ts,.js,.jsx\"",
"build": "tsc --project tsconfig.json && babel src --out-dir . --extensions \".tsx,.ts,.js,.jsx\"",
"test": "run-s test:*",
"test:unit": "jest --config ./config/jest.config.js",
"test:unit": "jest",
"lint": "eslint src",

@@ -75,3 +75,3 @@ "test:unit:watch": "jest --watch"

},
"gitHead": "34e30dc123d68e20859e54e479a271123ee0cb59"
"gitHead": "0ee88ff12fb550d1dd173d8ad4d3d5ab5dc48dbc"
}