laplace-api
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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", |
@@ -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/*"] | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
29113
23
808
8
9
1
+ Added@types/uuid@^10.0.0
+ Addeduuid@^10.0.0
+ Added@types/uuid@10.0.0(transitive)
+ Addedevent-source-polyfill@1.0.31(transitive)
+ Addeduuid@10.0.0(transitive)