Socket
Socket
Sign inDemoInstall

curl_ifrs

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

15

build_ifrs_curls.js

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

const regulars = titles.map(title => [
titles.map(title => [
baseUrl + buildRemoteName(title),
buildLocalName(title),
]);
]).concat(irregulars).forEach(([url, saveas]) => {
const cookie = 'Cookie: JSESSIONID=' + jsessionid;
console.log(`curl -H "${cookie}" "${url}" > "${saveas}"`);
});
const cookie = 'Cookie: JSESSIONID=' + jsessionid;
const printCurl = ([url, saveas]) => {
console.log(`curl -H '${cookie}' '${url}' > '${saveas}'`);
};
regulars.forEach(printCurl);
irregulars.forEach(printCurl);
return 0;

@@ -53,0 +48,0 @@ };

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc