Comparing version 0.0.0 to 1.0.0
{ | ||
"name": "braze-api", | ||
"version": "0.0.0" | ||
"version": "1.0.0", | ||
"description": "Track users, send messages, export data, and more with Braze API.", | ||
"author": "Mark <mark@remarkablemark.org>", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "tsc --project tsconfig.build.json", | ||
"clean": "rm -rf coverage lib", | ||
"lint": "eslint --ignore-path .gitignore --ext .js,.ts .", | ||
"lint:fix": "npm run lint -- --fix", | ||
"_postinstall": "husky install", | ||
"postpublish": "pinst --enable", | ||
"prepublishOnly": "pinst --disable && npm run lint && npm run tsc && npm run test:ci && npm run clean && npm run build", | ||
"test": "jest", | ||
"test:ci": "jest --ci --colors --coverage", | ||
"test:watch": "jest --watch", | ||
"tsc": "tsc --noEmit" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/remarkablemark/braze-api" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/remarkablemark/braze-api/issues" | ||
}, | ||
"keywords": [ | ||
"braze", | ||
"api", | ||
"rest" | ||
], | ||
"dependencies": { | ||
"@types/node-fetch": "^2.6.2", | ||
"node-fetch": "^2.6.7" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.0.3", | ||
"@commitlint/config-conventional": "^17.0.3", | ||
"@types/jest": "^28.1.4", | ||
"@types/node": "^18.0.1", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"eslint": "^8.19.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-simple-import-sort": "7.0.0", | ||
"eslint-plugin-tsdoc": "0.2.16", | ||
"husky": "^8.0.1", | ||
"jest": "^28.1.2", | ||
"lint-staged": "^13.0.3", | ||
"pinst": "^3.0.0", | ||
"prettier": "^2.7.1", | ||
"standard-version": "^9.5.0", | ||
"ts-jest": "^28.0.5", | ||
"typescript": "^4.7.4" | ||
}, | ||
"files": [ | ||
"lib/" | ||
], | ||
"engines": { | ||
"node": ">=14" | ||
}, | ||
"license": "MIT" | ||
} |
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance 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 bug tracker
MaintenancePackage does not have a linked bug tracker 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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
26545
35
0
317
0
1
0
209
0
2
18
+ Added@types/node-fetch@^2.6.2
+ Addednode-fetch@^2.6.7
+ Added@types/node@22.10.2(transitive)
+ Added@types/node-fetch@2.6.12(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedundici-types@6.20.0(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)