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-3 to 0.0.5

dist/figma-json.d.ts

49

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

@@ -10,24 +10,29 @@ "browser": "dist/browser.js",

"scripts": {
"dev": "NODE_ENV=development webpack --mode=development --watch",
"build": "NODE_ENV=production webpack --mode=production",
"build-package": "tsc",
"prepack": "npm run clean && npm run build-package",
"clean": "rm -rf dist",
"release:patch": "npm version patch && npm run build && npm publish",
"release:dev": "npm version prerelease && npm run build && npm publish --tag dev"
"dev": "concurrently --raw 'yarn build --watch' 'yarn build:types --watch'",
"dev:plugin": "concurrently --raw 'yarn build:plugin --watch' 'yarn build:ui --watch'",
"build": "yarn build:lib && yarn build:types",
"build:lib": "esbuild src/index.ts --bundle --outfile=dist/index.js",
"build:plugin": "esbuild plugin/plugin.ts --bundle --outfile=dist/plugin.js",
"build:ui": "esbuild plugin/ui.tsx --bundle --outfile=dist/ui.js",
"build:types": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"format": "prettier --write .",
"clean": "rm -rf dist"
},
"files": [
"dist/src"
"dist/"
],
"repository": {
"type": "git",
"url": "https://github.com/darknoon/figma-json-plugin"
},
"devDependencies": {
"@figma/plugin-typings": "^1.49.0",
"@types/base64-js": "^1.2.5",
"@types/jest": "^28.1.6",
"@types/node": "^12.7.11",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^3.2.0",
"concurrently": "^7.3.0",
"esbuild": "^0.14.50",
"esbuild-jest": "^0.5.0",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"react": "^16.11.0",

@@ -37,9 +42,11 @@ "react-dom": "^16.11.0",

"ts-loader": "^6.2.0",
"typescript": "^3.6.3",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
"typescript": "^4.7.4"
},
"dependencies": {
"base64-js": "^1.3.1"
"base64-js": "^1.3.1",
"figma-styled-components": "^1.2.2",
"isomorphic-unfetch": "^3.0.0",
"styled-components": "^4.3.2",
"swr": "^0.1.14"
}
}
}
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