hypertune
Advanced tools
Comparing version 1.1.3 to 1.2.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
83104
5
1
2551
2
8
3
+ Added@types/retry@0.12.1(transitive)
+ Addedgraphql@14.7.0(transitive)
+ Addediterall@1.3.0(transitive)
+ Addedp-retry@5.1.2(transitive)
- Removed@types/retry@0.12.0(transitive)
- Removedgraphql@16.9.0(transitive)
- Removedp-retry@4.6.2(transitive)
Updatedcore-js@^3.27.2
Updateddotenv@^16.0.3
Updatedgraphql@^14.7.0
Updatedgraphql-request@^5.1.0
Updatedjson-stable-stringify@^1.0.2
Updatednode-fetch@^2.6.9
Updatedp-retry@^5.1.2
Updatedregenerator-runtime@^0.13.11
Updatedzod@^3.20.2