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

curl_ifrs

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

curl_ifrs - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

build_ifrs_curls.js

@@ -15,3 +15,3 @@ #!/usr/bin/env node

for (const [key, val] of numMap.entries()) {
let pf = title.match(new RegExp(`^${key}(\\d+) .*`));
const pf = title.match(new RegExp(`^${key}(\\d+) .*`));
if (pf) {

@@ -33,3 +33,3 @@ return `${val}${('0' + pf[1]).slice(-2)} ${title}.pdf`;

for (const [key, val] of urlMap.entries()) {
let pf = title.match(new RegExp(`^${key}(\\d+) .*`));
const pf = title.match(new RegExp(`^${key}(\\d+) .*`));
if (pf) {

@@ -36,0 +36,0 @@ return `${baseUrl}${val}${pf[1]}.pdf`;

{
"name": "curl_ifrs",
"version": "1.0.1",
"version": "1.0.2",
"description": "Utility to download latest unaccompanied IFRS using curl.",

@@ -5,0 +5,0 @@ "scripts": {

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