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

@nhost/core

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nhost/core - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

LICENSE

44

package.json
{
"name": "@nhost/core",
"version": "0.3.6",
"version": "0.3.7",
"description": "Nhost core client library",

@@ -23,2 +23,15 @@ "license": "MIT",

},
"main": "dist/index.cjs.js",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"dependencies": {
"axios": "^0.25.0",
"broadcast-channel": "^4.10.0",
"js-cookie": "^3.0.1",
"xstate": "^4.30.5"
},
"scripts": {

@@ -36,24 +49,11 @@ "build": "run-s build:esbuild build:types",

},
"main": "src/index.ts",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"typings": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
}
"module": "dist/index.es.js",
"typings": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
}
},
"files": [
"dist"
],
"dependencies": {
"axios": "^0.25.0",
"broadcast-channel": "^4.10.0",
"js-cookie": "^3.0.1",
"xstate": "^4.30.5"
}
}
"readme": "# nhost/core\n"
}
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