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

@nhost/nhost-js

Package Overview
Dependencies
Maintainers
3
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nhost/nhost-js - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

28

package.json
{
"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": {}
}
}
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