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 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -5,3 +5,3 @@ (function(){

var _ = require('lodash')
var SIZE = 200
var SIZE = 100

@@ -8,0 +8,0 @@ function makeNoise(size, frequency) {

{
"name": "nylira-noise",
"version": "1.0.0",
"version": "1.0.1",
"description": "Generate an array of colored noise.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -13,3 +13,3 @@ # nylira-noise

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

@@ -23,3 +23,3 @@

// generate an array 1337 units in length
// generate 1337 units of red noise
var lotsOfRedNoise = noise(-2, 1337)

@@ -26,0 +26,0 @@

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