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

@figma-export/core

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figma-export/core - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

21

lib/_config.test.js
const svg = {
domain: 'https://s3-us-west-2.amazonaws.com',
path: '/figma-alpha-api/img/7d80/9a7f/49ce9d382e188bc37b1fa83f83ff7c3f',
content: '<svg width="40" height="60" viewBox="0 0 40 60" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>',
get url() {
return `${this.domain}${this.path}`;
},
};
const componentWithNumber = {

@@ -12,2 +21,3 @@ id: '12:3',

type: 'COMPONENT',
svg: svg.content,
};

@@ -19,2 +29,3 @@

type: 'COMPONENT',
svg: '<svg id="c2"></svg>',
};

@@ -26,2 +37,3 @@

type: 'COMPONENT',
svg: '<svg id="c3"></svg>',
};

@@ -55,11 +67,2 @@

const svg = {
domain: 'https://s3-us-west-2.amazonaws.com',
path: '/figma-alpha-api/img/7d80/9a7f/49ce9d382e188bc37b1fa83f83ff7c3f',
content: '<svg width="40" height="60" viewBox="0 0 40 60" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>',
get url() {
return `${this.domain}${this.path}`;
},
};
module.exports = {

@@ -66,0 +69,0 @@ componentWithNumber,

{
"name": "@figma-export/core",
"version": "1.0.0",
"version": "1.1.0",
"description": "@figma-export core functionalities",

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

},
"gitHead": "1b1f340a6a11813997f7d3f5f2e8388632b927ee"
"gitHead": "68483596c712eb479bf496180de823a5edb5d32d"
}
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