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

stock-info

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stock-info - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

dist/types.d.ts

1

dist/index.d.ts
import { Stock } from "./types";
export { Stock } from "./types";
export declare const getSingleStockInfo: (stock: string) => Promise<Stock>;
export declare const getStocksInfo: (stockList: string[]) => Promise<Stock[]>;

9

package.json
{
"name": "stock-info",
"version": "1.6.0",
"version": "1.6.1",
"description": "Module to retrieve stock information from Yahoo Finance API",
"files": [
"dist"
"dist",
"src"
],

@@ -33,3 +34,3 @@ "types": "dist/index.d.ts",

"eslint-plugin-import": "^2.25.2",
"microbundle": "^0.14.1",
"microbundle": "^0.14.2",
"mocha": "^9.1.3",

@@ -41,3 +42,3 @@ "prettier": "^2.4.1"

},
"source": "index.ts",
"source": "src/index.ts",
"exports": "./dist/index.modern.js",

@@ -44,0 +45,0 @@ "main": "./dist/index.cjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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