@cher-ami/audio-manager
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -1,2 +0,2 @@ | ||
export { AudioManager, MUTE_AUDIO_SIGNAL } from './AudioManager'; | ||
export { useAudio, useMuteAllAudio } from './hooks'; | ||
export { AudioManager, MUTE_AUDIO_SIGNAL } from "./AudioManager"; | ||
export { useAudio, useMuteAllAudio } from "./hooks"; |
{ | ||
"name": "@cher-ami/audio-manager", | ||
"description": "A simple web audio manager", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"author": "cher-ami", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"source": "src/index.ts", | ||
"exports": { | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.modern.js" | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.module.js", | ||
"unpkg": "./dist/index.umd.js", | ||
"sideEffects": false, | ||
@@ -20,3 +14,2 @@ "repository": { | ||
}, | ||
"type": "module", | ||
"keywords": [ | ||
@@ -42,3 +35,3 @@ "audio", | ||
"limit": "2 kB", | ||
"path": "dist/index.module.js" | ||
"path": "dist/index.js" | ||
} | ||
@@ -45,0 +38,0 @@ ], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
93566
No