@opendesign/octopus-fig
Advanced tools
Comparing version 3.0.0-rc.28-tarpub8 to 3.0.0-rc.28-tarpub9
{ | ||
"name": "@opendesign/octopus-fig", | ||
"version": "3.0.0-rc.28-tarpub8", | ||
"version": "3.0.0-rc.28-tarpub9", | ||
"description": "Figma HTTP API format to Octopus 3+ converter.", | ||
@@ -8,7 +8,6 @@ "license": "Apache-2.0", | ||
"bundle": "yarn run bundle:web", | ||
"bundle:web": "vite build -c vite.web.js && vite build -c vite.web.worker.js", | ||
"bundle:web": "vite build -c vite.web.js", | ||
"build": "rimraf ./dist && yarn build:node && yarn build:web", | ||
"release:bundle:node": "rollup -c rollup.config.node.mjs", | ||
"release:bundle:web": "rollup -c rollup.config.web.mjs", | ||
"release:bundle": "yarn release:bundle:node && yarn release:bundle:web", | ||
"release:bundle:node": "vite build -c vite.node.js", | ||
"release:bundle": "yarn release:bundle:node", | ||
"release:cleanup": "rimraf ./release ./release.tgz", | ||
@@ -54,4 +53,2 @@ "release:publish": "yarn publish release.tgz --non-interactive --verbose --ignore-scripts", | ||
"devDependencies": { | ||
"@rollup/plugin-json": "^6.0.0", | ||
"@rollup/plugin-typescript": "^11.0.0", | ||
"@types/chalk": "^2.2.0", | ||
@@ -69,4 +66,2 @@ "@types/jest": "^27.4.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^3.15.0", | ||
"rollup-plugin-dts": "^5.2.0", | ||
"tar": "^6.1.13", | ||
@@ -77,3 +72,4 @@ "ts-jest": "^27.1.3", | ||
"typedoc": "^0.23.18", | ||
"typescript": "4.9.5" | ||
"typescript": "4.9.5", | ||
"vite": "^4.1.4" | ||
}, | ||
@@ -83,4 +79,2 @@ "files": [ | ||
"index-node.d.mts", | ||
"index-web.mjs", | ||
"index-web.d.mts", | ||
"index-node.js", | ||
@@ -98,4 +92,5 @@ "index-node.d.ts" | ||
"default": { | ||
"import": "./index-web.mjs", | ||
"types": "./index-web.d.mts" | ||
"require": "./index-node.js", | ||
"import": "./index-node.mjs", | ||
"types": "./index-node.d.ts" | ||
} | ||
@@ -102,0 +97,0 @@ } |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
19
1
3589
1
0
2