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.1.1 to 1.2.0

17

lib/_config.test.js

@@ -17,2 +17,8 @@

const componentWithSlashedName = {
id: '9:10',
name: 'icon/eye',
type: 'COMPONENT',
};
const component1 = {

@@ -73,4 +79,14 @@ id: '10:8',

const createPage = (children) => ({
children: [{
id: '10:8',
name: 'fakePage',
type: 'CANVAS',
children,
}],
});
module.exports = {
componentWithNumber,
componentWithSlashedName,
component1,

@@ -80,2 +96,3 @@ component2,

group1,
createPage,
page1,

@@ -82,0 +99,0 @@ page2,

6

package.json
{
"name": "@figma-export/core",
"version": "1.1.1",
"version": "1.2.0",
"description": "@figma-export core functionalities",

@@ -17,6 +17,6 @@ "main": "index.js",

"dependencies": {
"axios": "~0.19.0",
"axios": "~0.19.2",
"figma-js": "~1.9.0"
},
"gitHead": "6b4430491c3e45757082ec63b9d68db29798758d"
"gitHead": "b084462214ea7a479208f6ebaffe089798cd5b42"
}
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