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

aws-rum-react

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-rum-react - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

src/components/aws-rum-provider/aws-rum-provider.view.test.tsx

4

dist/utils/map-ref-to-function.d.ts

@@ -1,3 +0,3 @@

import type { RefObject } from 'react';
export default function mapRefToFunction<P extends unknown[], T>(ref: RefObject<(...args: P) => T>): (...args: P) => T;
import type { MutableRefObject } from 'react';
export default function mapRefToFunction<P extends unknown[], T>(ref: MutableRefObject<(...args: P) => T>): (...args: P) => T;
//# sourceMappingURL=map-ref-to-function.d.ts.map
{
"name": "aws-rum-react",
"version": "2.0.1",
"version": "2.0.2",
"author": "quisi.do <aws-rum-react@quisi.do>",

@@ -37,5 +37,5 @@ "description": "Amazon CloudWatch RUM React client",

"prepack": "yarn run tsc",
"prepublish": "concurrently --kill-others-on-fail --names attw,eslint,publint,vitest \"yarn run attw\" \"yarn run eslint\" \"yarn run publint\" \"yarn run vitest:run\"",
"prepublish": "concurrently --names eslint,publint,vitest --prefix-colors auto \"yarn run eslint\" \"yarn run publint\" \"yarn run vitest:run\"",
"publint": "publint",
"tsc": "tsc --generateCpuProfile tsc-output.cpuprofile --project tsconfig.prepack.json",
"tsc": "tsc --project tsconfig.prepack.json",
"vitest": "vitest",

@@ -46,43 +46,43 @@ "vitest:run": "vitest run",

"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@aws-sdk/types": "^3.598.0",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@arethetypeswrong/cli": "^0.16.4",
"@aws-sdk/types": "3.664.0",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@quisido/eslint-config": "^1.1.1",
"@quisido/eslint-config": "^1.1.2",
"@quisido/vitest-config": "^1.0.1",
"@testing-library/dom": "^10.2.0",
"@testing-library/react": "^16.0.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/babel__core": "^7.20.5",
"@types/babel__preset-env": "^7.9.7",
"@types/react": "npm:types-react@rc",
"@types/react": "^18.3.11",
"@types/whatwg-fetch": "^0.0.33",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-istanbul": "^1.6.0",
"aws-rum-web": "^1.18.0",
"babel-plugin-react-compiler": "0.0.0-experimental-696af53-20240625",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-istanbul": "^2.1.3",
"aws-rum-web": "^1.19.0",
"babel-plugin-react-compiler": "^19.0.0-beta-9ee70a1-20241017",
"babel-plugin-replace-import-extension": "^1.1.4",
"cjs-ts": "^1.0.2",
"concurrently": "^8.2.2",
"eslint": "^9.5.0",
"concurrently": "^9.0.1",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-compiler": "0.0.0-experimental-0998c1e-20240625",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"jsdom": "^24.1.0",
"prettier": "^3.3.2",
"publint": "^0.2.10",
"react": "19.0.0-rc-e02baf6c92-20240627",
"react-dom": "19.0.0-rc-e02baf6c92-20240627",
"typescript": "~5.4.5",
"unknown2string": "^1.0.1",
"vite": "^5.3.2",
"vitest": "^1.6.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-compiler": "^19.0.0-beta-9ee70a1-20241017",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"fmrs": "^2.0.2",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"publint": "^0.2.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vitest": "^2.1.3",
"whatwg-fetch": "^3.6.20"

@@ -89,0 +89,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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