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

laplace-api

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laplace-api - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

src/client/client.ts

1

jest.config.js

@@ -5,2 +5,3 @@ module.exports = {

setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
rootDir: './src',
};
{
"name": "laplace-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "Client library for Laplace API for the US stock market and BIST (Istanbul stock market) fundamental financial data.",

@@ -38,6 +38,9 @@ "main": "index.js",

"dependencies": {
"@types/uuid": "^10.0.0",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"envalid": "^8.0.0",
"event-source-polyfill": "^1.0.31",
"mongodb": "^6.8.0",
"uuid": "^10.0.0",
"winston": "^3.14.2"

@@ -47,2 +50,3 @@ },

"@types/axios": "^0.14.0",
"@types/event-source-polyfill": "^1.0.5",
"@types/jest": "^29.5.12",

@@ -49,0 +53,0 @@ "@types/mongodb": "^4.0.7",

10

tsconfig.json

@@ -9,6 +9,10 @@ {

"types": ["jest", "node"],
"typeRoots": ["./node_modules/@types", "./types"]
"moduleResolution": "node",
"typeRoots": ["./node_modules/@types", "./src/types"]
},
"include": ["src/**/*", "jest.setup.ts"],
"exclude": ["node_modules", "**/*.spec.ts"]
"include": ["src/**/*", "src/jest.setup.ts"],
"exclude": ["node_modules", "**/*.spec.ts"],
"paths": {
"@/*": ["src/*"]
}
}
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