ml-savitzky-golay-generalized
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "ml-savitzky-golay-generalized", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Savitzky–Golay filter in Javascript", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -12,3 +12,3 @@ # savitzky-golay-generalized | ||
```js | ||
var SG = require("savitzky-golay-generalized"); | ||
var SG = require("ml-savitzky-golay-generalized"); | ||
``` | ||
@@ -15,0 +15,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
11729