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

@laerdal/figma-svg

Package Overview
Dependencies
Maintainers
5
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@laerdal/figma-svg - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

ContentIcons/ConsolidatedContentIcons.svg

8

index.d.ts

@@ -1,5 +0,5 @@

import * as ContentIcon from './ContentIcons';
import * as SystemIcon from './SystemIcons';
export { ContentIcon };
export { SystemIcon };
import * as ContentIcons from './ContentIcons/ConsolidatedContentIcons.svg';
import * as SystemIcons from './SystemIcons/ConsolidatedSystemIcons.svg';
export { ContentIcons };
export { SystemIcons };
//# sourceMappingURL=index.d.ts.map
"use strict";
/*const ContentIcons = require('./ContentIcons/ConsolidatedContentIcons.svg') as string;
const SystemIcons = require('./SystemIcons/ConsolidatedSystemIcons.svg') as string;
export {SystemIcons};
export {ContentIcons};*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -22,7 +28,7 @@ if (k2 === undefined) k2 = k;

Object.defineProperty(exports, "__esModule", { value: true });
exports.SystemIcon = exports.ContentIcon = void 0;
const ContentIcon = __importStar(require("./ContentIcons"));
exports.ContentIcon = ContentIcon;
const SystemIcon = __importStar(require("./SystemIcons"));
exports.SystemIcon = SystemIcon;
exports.SystemIcons = exports.ContentIcons = void 0;
const ContentIcons = __importStar(require("./ContentIcons/ConsolidatedContentIcons.svg"));
exports.ContentIcons = ContentIcons;
const SystemIcons = __importStar(require("./SystemIcons/ConsolidatedSystemIcons.svg"));
exports.SystemIcons = SystemIcons;
//# sourceMappingURL=index.js.map

@@ -1,5 +0,12 @@

import * as ContentIcon from './ContentIcons';
import * as SystemIcon from './SystemIcons';
/*const ContentIcons = require('./ContentIcons/ConsolidatedContentIcons.svg') as string;
const SystemIcons = require('./SystemIcons/ConsolidatedSystemIcons.svg') as string;
export {ContentIcon};
export {SystemIcon};
export {SystemIcons};
export {ContentIcons};*/
import * as ContentIcons from './ContentIcons/ConsolidatedContentIcons.svg';
import * as SystemIcons from './SystemIcons/ConsolidatedSystemIcons.svg';
export {ContentIcons};
export {SystemIcons};
{
"name": "@laerdal/figma-svg",
"version": "0.0.2",
"version": "0.0.3",
"description": "SVG Icons from Figma",
"license": "UNLICENSED",
"keywords": [],
"private": false,
"main": "index.js",
"module": "index.js",
"types": "index.d.ts"
"private": false
}

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