Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-aria-carousel

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-aria-carousel - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

tests/index.test.tsx

27

package.json
{
"name": "react-aria-carousel",
"version": "0.0.3",
"version": "0.0.4",
"exports": {

@@ -13,15 +13,8 @@ ".": {

"scripts": {
"prepare": "panda --config ./panda.config.ts codegen",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build": "tsc --project tsconfig.json"
"build": "tsc --project tsconfig.json",
"test": "vitest"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-storybook": "^0.8.0",
"@chromatic-com/storybook": "^1.3.4",

@@ -41,7 +34,19 @@ "@mdx-js/react": "^3.0.1",

"@storybook/test": "^8.0.10",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-storybook": "^0.8.0",
"global-jsdom": "^24.0.0",
"happy-dom": "^14.11.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.38",

@@ -57,5 +62,5 @@ "react": "^18.3.1",

"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
"vitest": "^1.6.0"
},
"dependencies": {}
}
{
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
"include": ["./src/**/*.ts", "./src/**/*.tsx", "tests"],
"compilerOptions": {

@@ -4,0 +4,0 @@ "declaration": true,

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

/// <reference types="vitest" />
import react from "@vitejs/plugin-react";

@@ -8,2 +10,6 @@ import { defineConfig } from "vite";

plugins: [react(), tsconfigPaths()],
test: {
environment: "happy-dom",
globals: true,
},
});
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