Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hypertune

Package Overview
Dependencies
Maintainers
2
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypertune - npm Package Compare versions

Comparing version 1.1.3 to 1.2.0

generateCode.d.ts

62

package.json
{
"name": "hypertune",
"version": "1.1.3",
"description": "Hypertune SDK",
"exports": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"bin": "./build/src/generateCode.js",
"browser": {
"dotenv": false,
"node-fetch": false
},
"scripts": {
"start": "node build/src/index.js",
"build": "rm -rf build; tsc; chmod +x build/src/generateCode.js",
"test": "jest",
"codegen": "graphql-codegen --config codegen.yml"
},
"author": "miraan",
"devDependencies": {
"@graphql-codegen/cli": "^2.12.0",
"@graphql-codegen/typescript-graphql-request": "^4.5.4",
"@graphql-codegen/typescript-operations": "^2.5.3",
"@types/jest": "^29.1.2",
"@types/json-stable-stringify": "^1.0.34",
"@types/nanoid": "^3.0.0",
"@types/node-fetch": "^2.6.1",
"@types/seedrandom": "^3.0.2",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^29.1.2",
"prettier": "^2.6.2",
"prettier-plugin-organize-imports": "^2.3.4",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"version": "1.2.0",
"private": false,
"main": "./index.js",
"types": "./index.d.ts",
"bin": "./generateCode.js",
"dependencies": {
"core-js": "^3.22.5",
"dotenv": "^16.0.1",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"core-js": "^3.27.2",
"dotenv": "^16.0.3",
"graphql": "^14.7.0",
"graphql-request": "^5.1.0",
"graphql-tag": "^2.12.6",
"json-stable-stringify": "^1.0.1",
"json-stable-stringify": "^1.0.2",
"nanoid": "^3.3.4",
"node-fetch": "^2.6.7",
"p-retry": "^4.6.2",
"regenerator-runtime": "^0.13.9",
"node-fetch": "^2.6.9",
"p-retry": "^5.1.2",
"regenerator-runtime": "^0.13.11",
"seedrandom": "^3.0.5",
"zod": "^3.19.1"
"zod": "^3.20.2"
}
}
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