Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@sudobility/analytics-components

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sudobility/analytics-components - npm Package Compare versions

Comparing version
2.0.6
to
2.0.7
+2
dist/__tests__/index.test.d.ts
export {};
//# sourceMappingURL=index.test.d.ts.map
{"version":3,"file":"index.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/index.test.ts"],"names":[],"mappings":""}
+8
-3
{
"name": "@sudobility/analytics-components",
"version": "2.0.6",
"version": "2.0.7",
"description": "analytics UI components for React",

@@ -24,3 +24,4 @@ "type": "module",

"type-check": "tsc --noEmit",
"test": "echo \"Tests passed\" && exit 0"
"test": "vitest run",
"test:watch": "vitest"
},

@@ -37,2 +38,4 @@ "peerDependencies": {

"@sudobility/design": "^1.1.14",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.7.1",

@@ -52,2 +55,3 @@ "@types/react": "^19.2.2",

"eslint-plugin-react-refresh": "^0.4.0",
"jsdom": "^27.0.1",
"prettier": "^3.6.2",

@@ -59,3 +63,4 @@ "react": "^19.2.0",

"vite": "^7.1.12",
"vite-plugin-dts": "^4.5.4"
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4"
},

@@ -62,0 +67,0 @@ "publishConfig": {