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

react-figma

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-figma - npm Package Compare versions

Comparing version 0.0.1-alpha.25 to 0.0.1-alpha.26

components/component/Component.d.ts

10

package.json
{
"name": "react-figma",
"version": "0.0.1-alpha.25",
"version": "0.0.1-alpha.26",
"description": "This plugin template uses Typescript. If you are familiar with Javascript, Typescript will look very familiar. In fact, valid Javascript code is already valid Typescript code.",
"main": "./dist/index.js",
"scripts": {
"tsc": "tsc -p tsconfig.json",
"tsc": "tsc -p tsconfig.json --noEmit",
"test": "jest",
"prettify": "prettier \"src/**/*.{js,jsx,ts,tsx}\" \"examples/**/*.{js,jsx,ts,tsx}\" --ignore-path ./.prettierignore --write && git add . && git status",
"build": "npm run build:clean && npm run build:lib && npm run build:js",
"build": "npm run build:clean && npm run build:lib",
"build:clean": "rimraf dist",
"build:lib": "cross-env BABEL_ENV=production tsc -p tsconfig.json",
"build:js": "copyfiles -u 1 src/**/*.js dist",
"prepublish": "npm run build",

@@ -40,3 +38,3 @@ "gitbook:clean": "rm -rf _book/",

"engines": {
"node": ">=10.16.2 <12.0.0"
"node": ">=10.15.0 <12.0.0"
},

@@ -43,0 +41,0 @@ "devDependencies": {

4

tsconfig.json
{
"compilerOptions": {
"outDir": "dist",
"outDir": ".",
"module": "commonjs",

@@ -17,3 +17,3 @@ "target": "es5",

"include": ["src/**/*", "figma.d.ts", "jsx-interfaces.d.ts", "images.d.ts"],
"exclude": ["node_modules", "dist", "**/__tests__/**"]
"exclude": ["node_modules", "**/__tests__/**"]
}
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