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.0.1-7 to 0.0.1-8

lib/cjs/index.d.ts

12

package.json
{
"name": "@nhost/nhost-js",
"version": "0.0.1-7",
"version": "0.0.1-8",
"description": "Nhost JavaScript SDK",
"main": "dist/index.js",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"publishConfig": {

@@ -10,3 +12,3 @@ "access": "public"

"files": [
"dist/"
"lib/"
],

@@ -16,3 +18,5 @@ "scripts": {

"release": "yarn build && np",
"build": "tsc"
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir lib/cjs"
},

@@ -19,0 +23,0 @@ "repository": {

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