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

figma-backup

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

figma-backup - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

39

package.json
{
"name": "figma-backup",
"version": "0.2.0",
"version": "0.3.0",
"main": "./lib/index.js",

@@ -12,39 +12,2 @@ "repository": "git@github.com:mimshins/figma-backup.git",

},
"scripts": {
"build-ts": "tsc",
"build": "npm run build-ts && npm run lint",
"debug": "npm run build && npm run watch-debug",
"lint": "tsc --project tsconfig.json --noEmit && eslint \"bin/**/*.{js,ts}\" --config .eslintrc.js --quiet --fix",
"serve-debug": "NODE_PATH=lib/ nodemon --inspect lib/index.js",
"serve": "NODE_PATH=lib/ NODE_ENV=production node lib/index.js",
"start": "npm run serve",
"watch-debug": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run serve-debug\"",
"watch-node": "NODE_PATH=lib/ nodemon lib/index.js",
"watch-ts": "tsc -w",
"watch": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run watch-node\"",
"binadd": "npm install -g .",
"bindel": "npm remove -g figma-backup",
"binrun": "figma-backup"
},
"devDependencies": {
"@types/yargs": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"concurrently": "^6.3.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"husky": ">=6",
"lint-staged": ">=10",
"nodemon": "^2.0.14",
"prettier": "^2.4.1",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
},
"lint-staged": {
"*.{js,ts,json}": [
"eslint --cache --fix",
"prettier --write"
]
},
"dependencies": {

@@ -51,0 +14,0 @@ "axios": "^0.24.0",

10

README.md

@@ -14,2 +14,12 @@ # figma-backup

or install it via [Yarn](https://yarnpkg.com/):
```bash
yarn global add figma-backup
```
This will install the node package in your global `node_modules` directory (You can find it via `npm list -g | head -1`).
The backup files will be found in `figma-backup-root` directory. You can find this folder in the directory you ran the installation command.
## Usage

@@ -16,0 +26,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