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

@am92/aws-pinpoint

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@am92/aws-pinpoint - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

dist/CONFIG.d.ts

49

package.json
{
"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 @@ {

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