ml-savitzky-golay-generalized
Advanced tools
Comparing version 4.1.1 to 4.2.0
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33094
9