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.2 to 0.0.3

lib/cjs/core/client.d.ts

3

lib/cjs/index.d.ts

@@ -1,1 +0,2 @@

export * from './nhost-client';
export * from './core';
export * from './react';

@@ -13,3 +13,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./nhost-client"), exports);
__exportStar(require("./core"), exports);
__exportStar(require("./react"), exports);
//# sourceMappingURL=index.js.map

@@ -1,1 +0,2 @@

export * from './nhost-client';
export * from './core';
export * from './react';

@@ -1,2 +0,3 @@

export * from './nhost-client';
export * from './core';
export * from './react';
//# sourceMappingURL=index.js.map
{
"name": "@nhost/nhost-js",
"version": "0.0.2",
"version": "0.0.3",
"description": "Nhost JavaScript SDK",

@@ -40,5 +40,12 @@ "main": "./lib/cjs/index.js",

"@types/jwt-decode": "^3.1.0",
"@types/react": "^17.0.17",
"np": "^7.5.0",
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0",
"typescript": "^4.3.5"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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