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

ml-savitzky-golay-generalized

Package Overview
Dependencies
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-savitzky-golay-generalized - npm Package Compare versions

Comparing version 4.1.1 to 4.2.0

8

package.json
{
"name": "ml-savitzky-golay-generalized",
"version": "4.1.1",
"version": "4.2.0",
"description": "Savitzky–Golay filter in Javascript",

@@ -14,2 +14,3 @@ "main": "lib/index.js",

"scripts": {
"build": "npm run tsc-esm && cheminfo-build --entry lib-esm/index.js --root SGG",
"check-types": "tsc --noEmit",

@@ -22,3 +23,3 @@ "clean": "rimraf lib lib-esm",

"prettier-write": "prettier --write src",
"test": "npm run test-coverage && npm run eslint && npm run check-types",
"test": "npm run test-coverage && npm run eslint && npmr run prettier && npm run check-types",
"test-coverage": "jest --coverage",

@@ -53,3 +54,4 @@ "test-only": "jest",

"@types/jest": "^29.5.12",
"eslint": "^8.9.0",
"cheminfo-build": "^1.2.0",
"eslint": "^8.57.0",
"eslint-config-cheminfo-typescript": "^12.3.0",

@@ -56,0 +58,0 @@ "jest": "^29.7.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