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

2

lib/cjs/index.d.ts
export * from './nhost-client';
declare const myNumber = 3;
export { myNumber };

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.myNumber = void 0;
__exportStar(require("./nhost-client"), exports);
var myNumber = 3;
exports.myNumber = myNumber;
//# sourceMappingURL=index.js.map
export * from './nhost-client';
declare const myNumber = 3;
export { myNumber };
export * from './nhost-client';
var myNumber = 3;
export { myNumber };
//# sourceMappingURL=index.js.map

8

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

@@ -15,7 +15,7 @@ "main": "./lib/cjs/index.js",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "yarn build && np",
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir lib/cjs"
"build:cjs": "tsc --module commonjs --outDir lib/cjs",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "yarn build && np"
},

@@ -22,0 +22,0 @@ "repository": {

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