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

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

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.1.0 to 0.1.1

SECURITY.md

34

package.json
{
"name": "@stdlib/math-base-tools-evalpoly-compile-c",
"version": "0.1.0",
"version": "0.1.1",
"description": "Compile a C function for evaluating a polynomial.",

@@ -18,15 +18,8 @@ "license": "Apache-2.0",

"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "./test"
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {
"test": "make test",
"test-cov": "make test-cov",
"examples": "make examples",
"benchmark": "make benchmark"
},
"scripts": {},
"homepage": "https://stdlib.io",

@@ -41,19 +34,8 @@ "repository": {

"dependencies": {
"@stdlib/assert-is-integer": "^0.1.0",
"@stdlib/fs-read-file": "^0.1.0",
"@stdlib/string-base-uppercase": "^0.1.0",
"@stdlib/string-replace": "^0.1.0"
"@stdlib/assert-is-integer": "^0.2.1",
"@stdlib/fs-read-file": "^0.2.1",
"@stdlib/string-base-uppercase": "^0.2.1",
"@stdlib/string-replace": "^0.2.1"
},
"devDependencies": {
"@stdlib/array-float64": "^0.1.0",
"@stdlib/assert-is-browser": "^0.1.0",
"@stdlib/assert-is-string": "^0.1.0",
"@stdlib/bench": "^0.1.0",
"@stdlib/math-base-special-round": "^0.1.0",
"@stdlib/random-base-randu": "^0.0.8",
"@stdlib/utils-try-require": "^0.1.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
},
"devDependencies": {},
"engines": {

@@ -60,0 +42,0 @@ "node": ">=0.10.0",

@@ -213,3 +213,3 @@ <!--

Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].

@@ -227,4 +227,4 @@ </section>

[test-image]: https://github.com/stdlib-js/math-base-tools-evalpoly-compile-c/actions/workflows/test.yml/badge.svg?branch=v0.1.0
[test-url]: https://github.com/stdlib-js/math-base-tools-evalpoly-compile-c/actions/workflows/test.yml?query=branch:v0.1.0
[test-image]: https://github.com/stdlib-js/math-base-tools-evalpoly-compile-c/actions/workflows/test.yml/badge.svg?branch=v0.1.1
[test-url]: https://github.com/stdlib-js/math-base-tools-evalpoly-compile-c/actions/workflows/test.yml?query=branch:v0.1.1

@@ -231,0 +231,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-tools-evalpoly-compile-c/main.svg

Sorry, the diff of this file is not supported yet

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