Socket
Socket
Sign inDemoInstall

@yiliang114/stock-api

Package Overview
Dependencies
35
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.18 to 3.1.24

6

CHANGELOG.md
# @yiliang114/stock-api
## 3.1.24
### Patch Changes
- add more apis
## 3.1.18

@@ -4,0 +10,0 @@

8

package.json
{
"name": "@yiliang114/stock-api",
"version": "3.1.18",
"version": "3.1.24",
"description": "trading day",

@@ -25,3 +25,4 @@ "main": "lib/index.js",

"jest": "^29.5.0",
"ts-jest": "^29.1.0"
"ts-jest": "^29.1.0",
"typedoc": "^0.25.6"
},

@@ -32,4 +33,5 @@ "scripts": {

"test-dev": "jest --watchAll --coverage",
"test": "jest --coverage"
"test": "jest --coverage",
"docs:build": "typedoc"
}
}

@@ -10,3 +10,7 @@ {

}
},
"typedocOptions": {
"entryPoints": ["src/index.ts"],
"out": "docs"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc