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

@mangosteen/edgar-url

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mangosteen/edgar-url - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

TODO.txt

2

package.json
{
"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')
);
```
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