Socket
Socket
Sign inDemoInstall

@avocode/fontfetcher

Package Overview
Dependencies
169
Maintainers
16
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0-alpha.1 to 0.1.0-alpha.3

README.md

3

dist/lib/index.js

@@ -27,3 +27,2 @@ import { readFile, writeFile } from 'fs/promises';

};
manifest.artboards.forEach(appendFonts);
manifest.components.forEach(appendFonts);

@@ -78,3 +77,3 @@ return allFonts;

downloadFont(s3client, fontItem, fontsDir);
console.log(`${fontItem.name} [DONE]`);
console.log(`${fontItem.name}... [DONE]`);
}

@@ -81,0 +80,0 @@ }

export {};
//# sourceMappingURL=manifest.js.map

@@ -0,0 +0,0 @@ #!/usr/bin/env node

{
"name": "@avocode/fontfetcher",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.3",
"type": "module",

@@ -22,3 +22,3 @@ "main": "index.js",

"dependencies": {
"@avocode/manifest-ts": "^3.0.0-alpha.26",
"@avocode/manifest-ts": "^3.0.0-alpha.35",
"@aws-sdk/client-s3": "^3.72.0",

@@ -25,0 +25,0 @@ "node-fetch": "^3.2.3"

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