@anselan/maprange
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "@anselan/maprange", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Map values from one range to another", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"test": "npx jest", | ||
"build": "npx tsc" | ||
@@ -16,7 +16,13 @@ }, | ||
], | ||
"repository": { | ||
"url": "https://github.com/anselanza/maprange" | ||
}, | ||
"author": "Stephen Buchanan", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@types/jest": "^26.0.15", | ||
"jest": "^26.6.1", | ||
"ts-jest": "^26.4.3", | ||
"typescript": "^4.0.5" | ||
} | ||
} |
@@ -16,1 +16,2 @@ const remap = (value: number, start1: number, stop1: number, start2: number, stop2: number, clamp: boolean = false): number => { | ||
export default remap; |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
1663
5
43
2
4