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.2.0 to 0.2.1

dist/cjs/clients/functions.d.ts

12

package.json
{
"name": "@nhost/nhost-js",
"version": "0.2.0",
"version": "0.2.1",
"description": "Nhost JavaScript SDK",

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

"license": "MIT",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"publishConfig": {

@@ -20,3 +20,3 @@ "access": "public"

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

@@ -26,3 +26,3 @@ "scripts": {

"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir lib/cjs",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"test:backend:start": "cd test/backend; nhost dev -d",

@@ -29,0 +29,0 @@ "test": "jest --runInBand"

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