New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-amplify/analytics

Package Overview
Dependencies
Maintainers
9
Versions
2115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/analytics - npm Package Compare versions

Comparing version 7.0.69 to 7.0.70-unstable.5a06a66.0

220

package.json
{
"name": "@aws-amplify/analytics",
"version": "7.0.69",
"description": "Analytics category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
"react-native": "./src/index.ts",
"typings": "./dist/esm/index.d.ts",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "npm run lint && jest -w 1 --coverage --logHeapUsage",
"build-with-test": "npm run clean && npm run test && npm run build",
"build:umd": "webpack && webpack --config ./webpack.config.dev.js",
"build:esm-cjs": "rollup --forceExit -c rollup.config.mjs",
"build:watch": "npm run build:esm-cjs -- --watch",
"build": "npm run clean && npm run build:esm-cjs && npm run build:umd",
"clean": "npm run clean:size && rimraf dist lib lib-esm",
"clean:size": "rimraf dual-publish-tmp tmp*",
"format": "echo \"Not implemented\"",
"lint": "eslint '**/*.{ts,tsx}' && npm run ts-coverage",
"lint:fix": "eslint '**/*.{ts,tsx}' --fix",
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 71.4"
},
"typesVersions": {
">=4.2": {
"pinpoint": [
"./dist/esm/providers/pinpoint/index.d.ts"
],
"kinesis": [
"./dist/esm/providers/kinesis/index.d.ts"
],
"kinesis-firehose": [
"./dist/esm/providers/kinesis-firehose/index.d.ts"
],
"personalize": [
"./dist/esm/providers/personalize/index.d.ts"
]
}
},
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js",
"react-native": "./src/index.ts"
},
"./pinpoint": {
"types": "./dist/esm/providers/pinpoint/index.d.ts",
"import": "./dist/esm/providers/pinpoint/index.mjs",
"require": "./dist/cjs/providers/pinpoint/index.js",
"react-native": "./src/providers/pinpoint/index.ts"
},
"./kinesis": {
"types": "./dist/esm/providers/kinesis/index.d.ts",
"import": "./dist/esm/providers/kinesis/index.mjs",
"require": "./dist/cjs/providers/kinesis/index.js",
"react-native": "./src/providers/kinesis/index.ts"
},
"./kinesis-firehose": {
"types": "./dist/esm/providers/kinesis-firehose/index.d.ts",
"import": "./dist/esm/providers/kinesis-firehose/index.mjs",
"require": "./dist/cjs/providers/kinesis-firehose/index.js",
"react-native": "./src/providers/kinesis-firehose/index.ts"
},
"./personalize": {
"types": "./dist/esm/providers/personalize/index.d.ts",
"import": "./dist/esm/providers/personalize/index.mjs",
"require": "./dist/cjs/providers/personalize/index.js",
"react-native": "./src/providers/personalize/index.ts"
},
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-js.git"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://aws-amplify.github.io/",
"files": [
"dist/cjs",
"dist/esm",
"src",
"pinpoint",
"kinesis",
"kinesis-firehose",
"personalize"
],
"dependencies": {
"@aws-sdk/client-firehose": "3.621.0",
"@aws-sdk/client-kinesis": "3.621.0",
"@aws-sdk/client-personalize-events": "3.621.0",
"@smithy/util-utf8": "2.0.0",
"tslib": "^2.5.0"
},
"peerDependencies": {
"@aws-amplify/core": "^6.1.0"
},
"devDependencies": {
"@aws-amplify/core": "6.10.0",
"@aws-amplify/react-native": "1.1.7",
"@aws-sdk/types": "3.398.0",
"typescript": "5.0.2"
},
"gitHead": "14751ffe757a776e4af5c4403e1f78adcc933a98"
"name": "@aws-amplify/analytics",
"version": "7.0.70-unstable.5a06a66.0+5a06a66",
"description": "Analytics category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
"react-native": "./src/index.ts",
"typings": "./dist/esm/index.d.ts",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "npm run lint && jest -w 1 --coverage --logHeapUsage",
"build-with-test": "npm run clean && npm run test && npm run build",
"build:umd": "webpack && webpack --config ./webpack.config.dev.js",
"build:esm-cjs": "rollup --forceExit -c rollup.config.mjs",
"build:watch": "npm run build:esm-cjs -- --watch",
"build": "npm run clean && npm run build:esm-cjs && npm run build:umd",
"clean": "npm run clean:size && rimraf dist lib lib-esm",
"clean:size": "rimraf dual-publish-tmp tmp*",
"format": "echo \"Not implemented\"",
"lint": "eslint '**/*.{ts,tsx}' && npm run ts-coverage",
"lint:fix": "eslint '**/*.{ts,tsx}' --fix",
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 71.4"
},
"typesVersions": {
">=4.2": {
"pinpoint": [
"./dist/esm/providers/pinpoint/index.d.ts"
],
"kinesis": [
"./dist/esm/providers/kinesis/index.d.ts"
],
"kinesis-firehose": [
"./dist/esm/providers/kinesis-firehose/index.d.ts"
],
"personalize": [
"./dist/esm/providers/personalize/index.d.ts"
]
}
},
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js",
"react-native": "./src/index.ts"
},
"./pinpoint": {
"types": "./dist/esm/providers/pinpoint/index.d.ts",
"import": "./dist/esm/providers/pinpoint/index.mjs",
"require": "./dist/cjs/providers/pinpoint/index.js",
"react-native": "./src/providers/pinpoint/index.ts"
},
"./kinesis": {
"types": "./dist/esm/providers/kinesis/index.d.ts",
"import": "./dist/esm/providers/kinesis/index.mjs",
"require": "./dist/cjs/providers/kinesis/index.js",
"react-native": "./src/providers/kinesis/index.ts"
},
"./kinesis-firehose": {
"types": "./dist/esm/providers/kinesis-firehose/index.d.ts",
"import": "./dist/esm/providers/kinesis-firehose/index.mjs",
"require": "./dist/cjs/providers/kinesis-firehose/index.js",
"react-native": "./src/providers/kinesis-firehose/index.ts"
},
"./personalize": {
"types": "./dist/esm/providers/personalize/index.d.ts",
"import": "./dist/esm/providers/personalize/index.mjs",
"require": "./dist/cjs/providers/personalize/index.js",
"react-native": "./src/providers/personalize/index.ts"
},
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-js.git"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://aws-amplify.github.io/",
"files": [
"dist/cjs",
"dist/esm",
"src",
"pinpoint",
"kinesis",
"kinesis-firehose",
"personalize"
],
"dependencies": {
"@aws-sdk/client-firehose": "3.621.0",
"@aws-sdk/client-kinesis": "3.621.0",
"@aws-sdk/client-personalize-events": "3.621.0",
"@smithy/util-utf8": "2.0.0",
"tslib": "^2.5.0"
},
"peerDependencies": {
"@aws-amplify/core": "6.10.1-unstable.5a06a66.0+5a06a66"
},
"devDependencies": {
"@aws-amplify/core": "6.10.1-unstable.5a06a66.0+5a06a66",
"@aws-amplify/react-native": "1.1.8-unstable.5a06a66.0+5a06a66",
"@aws-sdk/types": "3.398.0",
"typescript": "5.0.2"
},
"gitHead": "5a06a665cacaba4f8f403972f56caf056423faac"
}
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