Socket
Socket
Sign inDemoInstall

@stdlib/math-base-tools-evalrational-compile

Package Overview
Dependencies
79
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

lib/templates/coefficient_ratio.js.txt

8

lib/main.js

@@ -37,6 +37,6 @@ /**

// Templates:
var COEFFICIENT_RATIO_TEMPLATE = readFile( join( dir, 'coefficient_ratio.tmpl' ), opts ); // eslint-disable-line id-length
var EVALRATIONAL_TEMPLATE = readFile( join( dir, 'evalrational.tmpl' ), opts );
var LOOP_TEMPLATE = readFile( join( dir, 'loop.tmpl' ), opts );
var NAN_TEMPLATE = readFile( join( dir, 'nan.tmpl' ), opts );
var COEFFICIENT_RATIO_TEMPLATE = readFile( join( dir, 'coefficient_ratio.js.txt' ), opts ); // eslint-disable-line id-length
var EVALRATIONAL_TEMPLATE = readFile( join( dir, 'evalrational.js.txt' ), opts );
var LOOP_TEMPLATE = readFile( join( dir, 'loop.js.txt' ), opts );
var NAN_TEMPLATE = readFile( join( dir, 'nan.js.txt' ), opts );
var MAX_CHARS = 66; // max-len (80) - chars already in line ('2x tab': 8, 's1 = ': 5, ';': 1)

@@ -43,0 +43,0 @@

{
"name": "@stdlib/math-base-tools-evalrational-compile",
"version": "0.0.5",
"version": "0.0.6",
"description": "Compile a module for evaluating a rational function.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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