@nhost/nhost-js
Advanced tools
Comparing version 0.1.4 to 0.2.0
{ | ||
"name": "@nhost/nhost-js", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"description": "Nhost JavaScript SDK", | ||
"keywords": [ | ||
"nhost" | ||
], | ||
"author": "Nhost", | ||
"homepage": "https://github.com/nhost/nhost-js", | ||
"bugs": "https://github.com/nhost/nhost-js/issues", | ||
"license": "MIT", | ||
"main": "./lib/cjs/index.js", | ||
@@ -15,6 +22,7 @@ "module": "./lib/esm/index.js", | ||
"scripts": { | ||
"build": "yarn build:esm && yarn build:cjs", | ||
"build": "run-s build:esm build:cjs", | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc --module commonjs --outDir lib/cjs", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test:backend:start": "cd test/backend; nhost dev -d", | ||
"test": "jest --runInBand" | ||
}, | ||
@@ -25,10 +33,4 @@ "repository": { | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/nhost/nhost-js/issues" | ||
}, | ||
"homepage": "https://github.com/nhost/nhost-js#readme", | ||
"dependencies": { | ||
"@nhost/hasura-auth-js": "^0.0.13", | ||
"@nhost/hasura-auth-js": "^0.1.0", | ||
"@nhost/hasura-storage-js": "^0.0.5", | ||
@@ -40,7 +42,9 @@ "axios": "^0.23.0", | ||
"devDependencies": { | ||
"@types/jest": "^27.0.2", | ||
"np": "^7.5.0", | ||
"npm-run-all": "^4.1.5", | ||
"ts-jest": "^27.0.7", | ||
"typedoc": "^0.22.6", | ||
"typescript": "^4.4.2" | ||
}, | ||
"peerDependencies": {} | ||
} | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
1
2371
6
2
0
2
+ Added@nhost/hasura-auth-js@0.1.15(transitive)
+ Addedaxios@0.25.0(transitive)
- Removed@nhost/hasura-auth-js@0.0.13(transitive)
- Removed@types/jwt-decode@2.2.1(transitive)
- Removedjwt-decode@2.2.0(transitive)
Updated@nhost/hasura-auth-js@^0.1.0