🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@aws-amplify/analytics

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/analytics - npm Package Compare versions

Comparing version

to
7.0.77-unstable.c9a4386.0

{
"name": "@aws-amplify/analytics",
"version": "7.0.76",
"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.11.0",
"@aws-amplify/react-native": "1.1.7",
"@aws-sdk/types": "3.398.0",
"typescript": "5.0.2"
},
"gitHead": "2997fc99e95e6d69a2dcb7e124059dbbe822e74e"
"name": "@aws-amplify/analytics",
"version": "7.0.77-unstable.c9a4386.0+c9a4386",
"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.11.1-unstable.c9a4386.0+c9a4386"
},
"devDependencies": {
"@aws-amplify/core": "6.11.1-unstable.c9a4386.0+c9a4386",
"@aws-amplify/react-native": "1.1.8-unstable.c9a4386.0+c9a4386",
"@aws-sdk/types": "3.398.0",
"typescript": "5.0.2"
},
"gitHead": "c9a4386bb8d2c9626ac34cc1daee26e76660b82b"
}