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

figma-json-plugin

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

figma-json-plugin - npm Package Compare versions

Comparing version 0.0.4-2 to 0.0.4-3

dist/src/figma-json.js

8

package.json
{
"name": "figma-json-plugin",
"version": "0.0.4-2",
"version": "0.0.4-3",
"description": "Dump a hierarchy to JSON within a Figma document. Intended for use within Figma plugins.",
"main": "dist/index.js",
"main": "dist/src/index.js",
"browser": "dist/browser.js",

@@ -12,3 +12,4 @@ "author": "Andrew Pouliot",

"build": "NODE_ENV=production webpack --mode=production",
"prepack": "npm run clean && npm run build",
"build-package": "tsc",
"prepack": "npm run clean && npm run build-package",
"clean": "rm -rf dist",

@@ -19,3 +20,2 @@ "release:patch": "npm version patch && npm run build && npm publish",

"files": [
"dist/index.js",
"dist/src"

@@ -22,0 +22,0 @@ ],

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