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

thrustcurve-db

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thrustcurve-db - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

5

index.js

@@ -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'

4

package.json
{
"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

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