create-deckdeckgo
Advanced tools
Comparing version 2.2.1 to 3.0.0
@@ -0,1 +1,21 @@ | ||
<a name="3.0.0"></a> | ||
# 3.0.0 (2021-05-16) | ||
### Breaking Changes | ||
- bump minimum Node.js requirement to current LTS v14.x | ||
### Build | ||
- migrate to `esbuild` | ||
<a name="2.2.1"></a> | ||
# 2.2.1 (2021-03-25) | ||
### Bump | ||
- bump version to republish to npmjs | ||
<a name="2.2.0"></a> | ||
@@ -2,0 +22,0 @@ |
{ | ||
"name": "create-deckdeckgo", | ||
"version": "2.2.1", | ||
"version": "3.0.0", | ||
"description": "Create a new DeckDeckGo presentation or template", | ||
@@ -8,9 +8,3 @@ "main": "dist/index.js", | ||
"start": "node dist/index.js", | ||
"build.tsc": "tsc", | ||
"build.bundle": "rollup -c", | ||
"minify": "terser --compress --mangle --toplevel --output dist/index.js -- dist/index.js", | ||
"build": "npm run build.tsc && npm run build.bundle && npm run minify", | ||
"build.dev": "npm run build.tsc && npm run build.bundle", | ||
"dev": "npm run build.dev && npm start", | ||
"version": "npm build" | ||
"build": "rimraf dist && node ./esbuild.js" | ||
}, | ||
@@ -29,13 +23,9 @@ "files": [ | ||
"@types/yauzl": "^2.9.1", | ||
"husky": "^4.3.8", | ||
"prettier": "^2.2.1", | ||
"esbuild": "^0.11.22", | ||
"husky": "^6.0.0", | ||
"prettier": "^2.3.0", | ||
"pretty-quick": "^3.1.0", | ||
"rollup": "^2.38.0", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"terser": "^5.5.1", | ||
"tslint": "^6.1.3", | ||
"tslint-ionic-rules": "0.0.21", | ||
"typescript": "^4.1.3" | ||
"rimraf": "^3.0.2", | ||
"terser": "^5.7.0", | ||
"typescript": "^4.2.4" | ||
}, | ||
@@ -54,7 +44,7 @@ "author": "David Dal Busco", | ||
"cli-spinner": "^0.2.10", | ||
"colorette": "^1.2.1", | ||
"inquirer": "^7.3.3", | ||
"replace": "^1.2.0", | ||
"colorette": "^1.2.2", | ||
"inquirer": "^8.0.0", | ||
"replace": "^1.2.1", | ||
"yauzl": "^2.10.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 9 instances in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
High entropy strings
Supply chain riskContains high entropy strings. This could be a sign of encrypted data, leaked secrets or obfuscated code.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
High entropy strings
Supply chain riskContains high entropy strings. This could be a sign of encrypted data, leaked secrets or obfuscated code.
Found 1 instance in 1 package
909518
10
3542
33
6
+ Addedbase64-js@1.5.1(transitive)
+ Addedbl@4.1.0(transitive)
+ Addedbuffer@5.7.1(transitive)
+ Addedcli-spinners@2.9.2(transitive)
+ Addedclone@1.0.4(transitive)
+ Addeddefaults@1.0.4(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedinquirer@8.2.6(transitive)
+ Addedis-interactive@1.0.0(transitive)
+ Addedis-unicode-supported@0.1.0(transitive)
+ Addedlog-symbols@4.1.0(transitive)
+ Addedora@5.4.1(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedrxjs@7.8.1(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedwcwidth@1.0.1(transitive)
- Removedinquirer@7.3.3(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedtslib@1.14.1(transitive)
Updatedcolorette@^1.2.2
Updatedinquirer@^8.0.0
Updatedreplace@^1.2.1