thrustcurve-db
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -1,2 +0,5 @@ | ||
export default from './thrustcurve-db.json' | ||
// Should be able to do `export default from './thrustcurve-db.json'` from | ||
// here, right? | ||
import MOTORS from './thrustcurve-db.json'; | ||
export default MOTORS; | ||
export * from './util.js' |
{ | ||
"name": "thrustcurve-db", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"type": "module", | ||
@@ -16,3 +16,3 @@ "description": "ThrustCurve.org model rocket motor and thrust curve data as a single JSON file", | ||
"prepare": "node build/build.js > thrustcurve-db.json", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node --experimental-json-modules build/test.js && exit 1" | ||
}, | ||
@@ -19,0 +19,0 @@ "repository": { |
@@ -11,3 +11,3 @@ /** | ||
export function parseDelays(delays) { | ||
if (typeof(delays) != 'string') throw Error('`delays` must be a string'); | ||
if (typeof(delays) != 'string') throw TypeError('`delays` must be a string'); | ||
@@ -14,0 +14,0 @@ // Remove whitespace |
Sorry, the diff of this file is too big to display
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 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
1744131
120939
1