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

aws-rum-react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-rum-react - npm Package Compare versions

Comparing version 1.0.5 to 2.0.0

{
"name": "aws-rum-react",
"version": "1.0.5",
"author": "Charles Stover <aws-rum-react@charlesstover.com>",
"version": "2.0.0",
"author": "Quisido <aws-rum-react@quisi.do>",
"description": "Amazon CloudWatch RUM React client",
"homepage": "https://github.com/CharlesStover/charlesstover.com/tree/main/packages/aws-rum-react#readme",
"homepage": "https://github.com/CharlesStover/quisi.do/tree/main/packages/aws-rum-react#readme",
"license": "MIT",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.js",
"repository": "github:CharlesStover/charlesstover.com",
"main": "./dist/index.js",
"repository": "github:CharlesStover/quisi.do",
"type": "module",
"types": "./dist/types/index.d.ts",
"types": "./dist/index.d.ts",
"bugs": {
"email": "aws-rum-react@charlesstover.com",
"url": "https://github.com/CharlesStover/charlesstover.com/issues"
"email": "aws-rum-react@quisi.do",
"url": "https://github.com/CharlesStover/quisi.do/issues"
},
"directories": {
"lib": "src"
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.cjs",
"default": "./dist/esm/index.js"
}
},
"funding": {

@@ -36,49 +24,52 @@ "type": "individual",

"scripts": {
"eslint": "eslint '**/*' --format @microsoft/eslint-formatter-sarif --output-file ../../sarif/aws-rum-react.sarif || eslint '**/*'",
"attw": "attw",
"eslint": "eslint '**/*' --format @microsoft/eslint-formatter-sarif --output-file ../../sarif/aws-rum-react.sarif",
"eslint:fix": "eslint '**/*' --fix",
"jest": "jest --runInBand",
"jest:watch": "jest --runInBand --watch",
"prepack": "yarn run rollup",
"prepublish": "concurrently --kill-others-on-fail --names eslint,jest \"yarn run eslint\" \"yarn run jest\"",
"rollup": "rollup --config",
"rollup:watch": "rollup --config --watch"
"jest": "jest",
"jest:watch": "jest --watch",
"prepack": "yarn run tsc",
"prepublish": "concurrently --kill-others-on-fail --names attw,eslint,jest \"yarn run attw\" \"yarn run eslint\" \"yarn run jest\"",
"tsc": "tsc --generateCpuProfile tsc-output.cpuprofile --project tsconfig.prepack.json"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@arethetypeswrong/cli": "^0.13.2",
"@aws-sdk/types": "^3.451.0",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@monorepo-template/eslint-config": "^1.0.7",
"@monorepo-template/jest-module-preset": "^1.1.3",
"@monorepo-template/rollup-config": "^3.0.0",
"@monorepo-template/tsconfig": "^1.1.2",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"@types/react": "^18.0.29",
"aws-rum-web": "^1.13.6",
"babel-jest": "^29.5.0",
"concurrently": "^7.6.0",
"eslint": "^8.36.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"@monorepo-template/jest-transformer": "^1.0.2",
"@testing-library/react": "^14.1.2",
"@types/babel__core": "^7.20.5",
"@types/babel__preset-env": "^7.9.6",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@types/whatwg-fetch": "^0.0.33",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"aws-rum-web": "^1.16.0",
"babel-jest": "^29.7.0",
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.20.2",
"rollup-plugin-insert": "^1.3.2",
"rollup-plugin-typescript2": "^0.34.1",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"ts-jest": "^29.1.1",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"unknown2string": "^1.0.0",
"whatwg-fetch": "^3.6.2"
"whatwg-fetch": "^3.6.19"
},
"peerDependencies": {
"@aws-sdk/types": ">=3.0.0",
"aws-rum-web": ">=1.0.0",

@@ -85,0 +76,0 @@ "react": ">=17.0.0"

# Amazon CloudWatch RUM React client
[![CI/CD](https://github.com/CharlesStover/charlesstover.com/actions/workflows/cd.yml/badge.svg?branch=main&event=push)](https://github.com/CharlesStover/charlesstover.com/actions/workflows/cd.yml)
[![CI/CD](https://github.com/CharlesStover/quisi.do/actions/workflows/cd.yml/badge.svg?branch=main&event=push)](https://github.com/CharlesStover/quisi.do/actions/workflows/cd.yml)
[![version](https://img.shields.io/npm/v/aws-rum-react.svg)](https://www.npmjs.com/package/aws-rum-react)

@@ -269,3 +269,3 @@ [![downloads](https://img.shields.io/npm/dt/aws-rum-react.svg)](https://www.npmjs.com/package/aws-rum-react)

- open an issue with
[`aws-rum-react`](https://github.com/CharlesStover/charlesstover.com/aws-rum-react/issues/new),
[`aws-rum-react`](https://github.com/CharlesStover/quisi.do/aws-rum-react/issues/new),
or

@@ -272,0 +272,0 @@ - open an issue with