New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@figma-export/output-components-as-svgstore

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figma-export/output-components-as-svgstore - npm Package Compare versions

Comparing version 3.0.0-alpha.0 to 3.0.0-alpha.1

6

dist/index.d.ts

@@ -1,2 +0,2 @@

import { FigmaExport } from '@figma-export/types';
import * as FigmaExport from '@figma-export/types';
import { Options as SvgStoreOptions } from './svgstore';

@@ -7,6 +7,6 @@ declare type Options = {

svgstoreConfig?: SvgStoreOptions;
getIconId?: (options: FigmaExport.OutputterParamOption) => string;
getIconId?: (options: FigmaExport.ComponentOutputterParamOption) => string;
};
declare const _default: ({ output, getIconId, svgstoreConfig, }: Options) => FigmaExport.Outputter;
declare const _default: ({ output, getIconId, svgstoreConfig, }: Options) => FigmaExport.ComponentOutputter;
export = _default;
//# sourceMappingURL=index.d.ts.map
{
"name": "@figma-export/output-components-as-svgstore",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "Outputter for @figma-export that exports components in svg file ( SVG Sprites )",

@@ -18,3 +18,3 @@ "main": "dist/index.js",

"dependencies": {
"@figma-export/types": "^3.0.0-alpha.0",
"@figma-export/types": "^3.0.0-alpha.1",
"make-dir": "~3.1.0",

@@ -26,3 +26,3 @@ "svgstore": "~3.0.0-2"

},
"gitHead": "05a70e69f8758f8566896d5bb492007aaf423e58"
"gitHead": "37315218c189d05ad1ca8ef48625c114a06f5795"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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