@mangosteen/edgar-url
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@mangosteen/edgar-url", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Get SEC EDGAR URLs for filings and entities.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -14,8 +14,8 @@ # edgar-url | ||
```js | ||
import edgarUrl from '@mangosteen/edgar-url'; | ||
import { getFilingUrl } from '@mangosteen/edgar-url'; | ||
// https://www.sec.gov/Archives/edgar/data/0000320193/0000320193-20-000096.txt | ||
console.log( | ||
edgarUrl.getFilingUrl(320193, '0000320193-20-000096') | ||
getFilingUrl(320193, '0000320193-20-000096') | ||
); | ||
``` |
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
16524
12