stock-info
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "stock-info", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Node.js module to retrieve stock information from Yahoo Finance API", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "mocha", | ||
"build": "microbundle", | ||
"dev": "microbundle watch", | ||
"prepare": "npm run build" | ||
}, | ||
@@ -26,2 +28,3 @@ "keywords": [ | ||
"eslint-plugin-import": "^2.25.2", | ||
"microbundle": "^0.14.1", | ||
"mocha": "^9.1.3" | ||
@@ -31,3 +34,9 @@ }, | ||
"axios": "^0.24.0" | ||
} | ||
}, | ||
"type": "module", | ||
"source": "index.js", | ||
"exports": "./dist/index.modern.js", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.module.js", | ||
"unpkg": "./dist/index.umd.js" | ||
} |
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
10583
Yes
5