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

@nhost/hasura-storage-js

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nhost/hasura-storage-js - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

dist/hasura-storage-api.d.ts

65

package.json
{
"name": "@nhost/hasura-storage-js",
"version": "0.0.6",
"description": "Hasura Storage JS",
"version": "0.0.7",
"description": "Hasura-storage client",
"license": "MIT",
"repository": "nhost/hasura-storage-js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"keywords": [
"nhost",
"hasura",
"storage",
"graphql",
"s3"
],
"author": "Nhost",
"homepage": "https://nhost.io",
"bugs": "https://github.com/nhost/hasura-storage-js/issues",
"homepage": "https://nhost.io",
"repository": {
"type": "git",
"url": "https://github.com/nhost/hasura-storage-js.git"
},
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
}
},
"main": "dist/index.umd.js",
"publishConfig": {
"access": "public",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"typings": "./dist/index.d.ts"
},
"files": [
"dist",
"src"
"dist"
],
"publishConfig": {
"access": "public"
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {},
"scripts": {
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"test": "jest --runInBand --coverage"
"build": "vite build --config ../../vite.lib.js",
"test": "pnpm jest --runInBand --config ../../jest.config.base.js",
"prettier": "prettier --check src/",
"prettier:fix": "prettier --write src/",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"verify": "run-p prettier lint",
"verify:fix": "run-p prettier:fix lint:fix"
},
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"typescript": "^4.3.5"
}
}
"module": "dist/index.es.js",
"typings": "./dist/index.d.ts",
"readme": "# Hasura Storage JS SDK\n\nHasura Auth JS SDK to handle **Auth** with [Hasura](https://hasura.io/).\n\n## Install\n\n`$ npm install @nhost/hasura-storage-js`\n\n## Documentation\n\n[https://docs.nhost.io/reference/sdk/authentication](https://docs.nhost.io/reference/sdk/storage)\n"
}

@@ -1,1 +0,11 @@

# hasura-storage-js
# Hasura Storage JS SDK
Hasura Auth JS SDK to handle **Auth** with [Hasura](https://hasura.io/).
## Install
`$ npm install @nhost/hasura-storage-js`
## Documentation
[https://docs.nhost.io/reference/sdk/authentication](https://docs.nhost.io/reference/sdk/storage)

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

export * from './hasura-storage-api';
export * from './hasura-storage-client';
export * from './utils/types';
export * from './hasura-storage-api'
export * from './hasura-storage-client'
export * from './utils/types'
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