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

@solid-primitives/audio

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/audio - npm Package Compare versions

Comparing version

to
1.0.3

3

package.json
{
"name": "@solid-primitives/audio",
"version": "1.0.2",
"version": "1.0.3",
"description": "Primitives to manage audio and single sounds.",

@@ -11,2 +11,3 @@ "author": "David Di Biase <dave.dibiase@gmail.com>",

"module": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",

@@ -13,0 +14,0 @@ "files": [

@@ -11,5 +11,5 @@ ---

[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
[![size](https://img.shields.io/bundlephobia/minzip/@solid-primitives/audio)](https://bundlephobia.com/package/@solid-primitives/audio)
[![size](https://img.shields.io/npm/v/@solid-primitives/audio)](https://www.npmjs.com/package/@solid-primitives/audio)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg?style=for-the-badge)](https://lerna.js.org/)
[![size](https://img.shields.io/bundlephobia/minzip/@solid-primitives/audio?style=for-the-badge)](https://bundlephobia.com/package/@solid-primitives/audio)
[![size](https://img.shields.io/npm/v/@solid-primitives/audio?style=for-the-badge)](https://www.npmjs.com/package/@solid-primitives/audio)

@@ -59,2 +59,6 @@ Primitive to manage audio playback in the browser. This primitive is comprised of three composed primitives:

1.0.3
Added CJS support.
</details>