@am92/aws-pinpoint
Advanced tools
Comparing version 1.1.0 to 2.0.0
{ | ||
"name": "@am92/aws-pinpoint", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "AWS Pinpoint SDK", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./types/index.d.mts", | ||
"import": "./src/index.mjs" | ||
} | ||
"sideEffects": false, | ||
"types": "dist/index.d.ts", | ||
"module": "dist/index.js", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist/**/*.js", | ||
"dist/**/*.d.ts" | ||
], | ||
"scripts": { | ||
"compile": "tsc", | ||
"build:clean": "rm -rf ./dist", | ||
"build": "npm-run-all build:clean compile", | ||
"test": "echo 'Error: no test specified'", | ||
"preversion": "npm-run-all build test", | ||
"version": "npm-run-all generate:docs commit:docs", | ||
"postversion": "git push && git push --tags && npm run publish:pkg", | ||
"publish:pkg": "npm publish", | ||
"generate:docs": "npx compodoc -p tsconfig.json", | ||
"commit:docs": "git add docs && git commit -m 'Docs Updated'" | ||
}, | ||
"types": "./types/index.d.mts", | ||
"module": "./src/index.mjs", | ||
"main": "./src/index.mjs", | ||
"repository": "git@github.com:heliumtank92/am92-aws-pinpoint.git", | ||
"homepage": "https://github.com/heliumtank92/am92-aws-pinpoint#readme", | ||
"dependencies": { | ||
@@ -19,14 +31,9 @@ "@aws-sdk/client-pinpoint": "^3.272.0" | ||
"devDependencies": { | ||
"@types/node": "^18.14.6" | ||
"@babel/plugin-proposal-private-methods": "^7.18.6", | ||
"@compodoc/compodoc": "^1.1.21", | ||
"@types/lodash": "^4.14.201", | ||
"@types/node": "^20.3.2", | ||
"npm-run-all": "^4.1.5", | ||
"typescript": "^5.1.3" | ||
}, | ||
"scripts": { | ||
"test": "echo 'Error: no test specified'", | ||
"generate:types": "rm -rf types && npx -p typescript tsc", | ||
"preversion": "pnpm test", | ||
"version": "echo 'Versioning'", | ||
"postversion": "git push && git push --tags && npm run publish:pkg", | ||
"publish:pkg": "npm publish" | ||
}, | ||
"repository": "git@github.com:heliumtank92/am92-aws-pinpoint.git", | ||
"homepage": "https://github.com/heliumtank92/am92-aws-pinpoint#readme", | ||
"contributors": [ | ||
@@ -33,0 +40,0 @@ { |
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
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
41979
17
1215
6
3
No