Socket
Socket
Sign inDemoInstall

snd-lib

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

dist/audioSource.js

@@ -275,2 +275,4 @@ "use strict";

this._play(id, key, options);
this.setLoop(options.loop, id);
this.setVolume(options.volume, id);
});

@@ -277,0 +279,0 @@ }

6

dist/constant.js

@@ -150,11 +150,11 @@ "use strict";

json: _01_json_1.default,
audioSrc: "https://cdn.jsdelivr.net/gh/snd-lib/snd-lib@v1.1.1/assets/sounds/sprite/01/audioSprite.mp3",
audioSrc: "https://cdn.jsdelivr.net/gh/snd-lib/snd-lib@v1.1.2/assets/sounds/sprite/01/audioSprite.mp3",
},
[KITS.SND02]: {
json: _02_json_1.default,
audioSrc: "https://cdn.jsdelivr.net/gh/snd-lib/snd-lib@v1.1.1/assets/sounds/sprite/02/audioSprite.mp3",
audioSrc: "https://cdn.jsdelivr.net/gh/snd-lib/snd-lib@v1.1.2/assets/sounds/sprite/02/audioSprite.mp3",
},
[KITS.SND03]: {
json: _03_json_1.default,
audioSrc: "https://cdn.jsdelivr.net/gh/snd-lib/snd-lib@v1.1.1/assets/sounds/sprite//03/audioSprite.mp3",
audioSrc: "https://cdn.jsdelivr.net/gh/snd-lib/snd-lib@v1.1.2/assets/sounds/sprite//03/audioSprite.mp3",
},

@@ -161,0 +161,0 @@ };

{
"name": "snd-lib",
"version": "1.1.1",
"version": "1.1.2",
"description": "With the spread of smart speakers and wireless earphones, the importance of sound in interaction design is increasing day by day. However, compared to many researches and practices in the fields of visual design and animation in interaction design, it seems that not enough knowledge has been shared about interaction design with sound, except in some fields such as games.\nInteraction should not be limited to text and visuals, but should be richer than that. In order to make the intensity of interaction richer and stronger, we should have more discussion about sound.\nHowever, in the area of interaction design, there are fewer sound designers than visual designers and programmers, and there are certainly barriers to creating sound.\nTo encourage UX developers to further explore discussions in the area of interaction design with sound, we have developed UI sound assets that can be used for free without worrying about licensing.\nUI sound assets, developed in collaboration with multiple sound designers, are designed to fit the components used in many modern UIs. Each asset is individually designed with a different concept, so you can feel the change in texture and tone by switching the sounds.\nWe hope that you will use it as a resource to further refine the quality of UX for your apps, services, and products under development, and that it will help you to explore the field of sound design.\nAll UI sounds published on \"SND\" can be used for free, regardless of whether they are commercial or non-commercial. Therefore, you can use them not only for prototyping, but also for implementation in your services. *Please check the terms of use for details.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -40,3 +40,3 @@ # SND

```html
<script src="https://cdn.jsdelivr.net/gh/snd-lib/snd-lib@v1.1.1/dist/browser/snd.js?kit=01"></script>
<script src="https://cdn.jsdelivr.net/gh/snd-lib/snd-lib@v1.1.2/dist/browser/snd.js?kit=01"></script>
```

@@ -73,3 +73,3 @@

<!-- Load JavaScript file from CDN -->
<script src="https://cdn.jsdelivr.net/gh/snd-lib/snd-lib@v1.1.1/dist/browser/snd.js?kit=01"></script>
<script src="https://cdn.jsdelivr.net/gh/snd-lib/snd-lib@v1.1.2/dist/browser/snd.js?kit=01"></script>
</head>

@@ -303,2 +303,3 @@ <body>

| SND02 "piano" | 02 | Ayako Taniguchi |
| SND03 "industrial" | 03 | INDUSTRIAL JP |

@@ -305,0 +306,0 @@ #### key

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc