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

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

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/math-base-tools-evalpoly-compile - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

lib/templates/empty.js.txt

8

lib/main.js

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

// Templates:
var SINGLE_COEFFICIENT_TEMPLATE = readFile( join( dir, 'single_coefficient.tmpl' ), opts ); // eslint-disable-line id-length
var EVALPOLY_TEMPLATE = readFile( join( dir, 'evalpoly.tmpl' ), opts );
var EMPTY_TEMPLATE = readFile( join( dir, 'empty.tmpl' ), opts );
var LOOP_TEMPLATE = readFile( join( dir, 'loop.tmpl' ), opts );
var SINGLE_COEFFICIENT_TEMPLATE = readFile( join( dir, 'single_coefficient.js.txt' ), opts ); // eslint-disable-line id-length
var EVALPOLY_TEMPLATE = readFile( join( dir, 'evalpoly.js.txt' ), opts );
var EMPTY_TEMPLATE = readFile( join( dir, 'empty.js.txt' ), opts );
var LOOP_TEMPLATE = readFile( join( dir, 'loop.js.txt' ), opts );
var MAX_CHARS = 68; // max-len (80) - chars already in line ('tab': 4, 'return ': 7, ';': 1)

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

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

@@ -5,0 +5,0 @@ "license": "Apache-2.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