You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

use-audio-capture

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-audio-capture - npm Package Compare versions

Comparing version

to
0.0.3

./dist/index.cjs

36

package.json
{
"name": "use-audio-capture",
"private": false,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",

@@ -35,8 +35,2 @@ "license": "MIT",

"module": "./dist/index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"peerDependencies": {

@@ -47,2 +41,14 @@ "react": "^18.2.0",

"devDependencies": {
"@changesets/cli": "^2.26.2",
"@storybook/addon-actions": "^7.4.5",
"@storybook/addon-console": "^2.0.0",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-interactions": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.4.5",
"@storybook/builder-vite": "^7.4.5",
"@storybook/react": "^7.4.5",
"@storybook/react-vite": "^7.4.5",
"@storybook/testing-library": "^0.2.2",
"@types/react": "^18.2.15",

@@ -58,5 +64,7 @@ "@types/react-dom": "^18.2.7",

"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-storybook": "^0.6.14",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.4.5",
"typescript": "^5.0.2",

@@ -69,3 +77,13 @@ "vite": "^4.4.5",

"dist"
]
}
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"npm-preview": "npm pack --dry-run",
"changeset-publish": "npm run build && changeset version && changeset publish"
}
}