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

modular-scale

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modular-scale - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

7

index.js

@@ -43,3 +43,10 @@ var msBases = [1];

if (typeof value === 'string') {
value = 1;
}
if (value == undefined) {
value = msValue;
}
for (ratio = 0; ratio < ratios.length; ratio++) {

@@ -46,0 +53,0 @@ for (base = 0; base < bases.length; base++) {

2

package.json
{
"name": "modular-scale",
"version": "3.0.0",
"version": "4.0.0",
"description": "Module for generating a modular scale.",

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

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