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

nylira-noise

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nylira-noise

Generate an array of colored noise.

  • 0.1.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

nylira-noise

JavaScript noise generation library.

Install

npm install nylira-noise --save

Use it

var noise = require('nylira-noise')

// generate 100 units of white noise
var whiteNoise = noise()

// etc
var redNoise = noise(-2)
var pinkNoise = noise(-1)
var blueNoise = noise(1)
var violetNoise = noise(2)

// generate 1337 units of red noise
var lotsOfRedNoise = noise(-2, 1337)

License

MIT

Keywords

FAQs

Package last updated on 15 Mar 2015

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