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

@bundling-server-example/drum-samples

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bundling-server-example/drum-samples

Drum samples

  • 0.1.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Drum samples

This JavaScript library provides base64 encoded drum samples.

Drum samples downloaded from here: https://www.musicradar.com/news/drums/1000-free-drum-samples

Installation

npm install @bundling-server-example/drum-samples

Usage

import { snareSample, kickSample } from "@bundling-server-example/drum-samples";

console.log(snareSample);
/*
  prints the following object:
  {
    name: "CYCdh_K1close_ClHat-01",
    value: "UklGRhTpAgBXQVZFZm10IBA"  <-- a very long base64 encoded string
  }
*/

License

MIT

FAQs

Package last updated on 18 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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