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

create-deckdeckgo

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

create-deckdeckgo - npm Package Compare versions

Comparing version 2.2.1 to 3.0.0

20

CHANGELOG.md

@@ -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 @@

32

package.json
{
"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

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