🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

angular-cli-ghpages

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-cli-ghpages - npm Package Compare versions

Comparing version

to
2.0.0-beta.1

deploy/actions.js

6

deploy/schema.json

@@ -51,3 +51,3 @@ {

"type": "boolean",
"description": "Deprecated! This paremeter is no longer needed. It will be ignored.",
"description": "Deprecated! This parameter is no longer needed. It will be ignored.",
"default": false

@@ -62,3 +62,3 @@ },

"type": "boolean",
"description": "By default a 404.html file is created, because this is the only known workaround to avoid 404 error messages on GitHub pages. For Cloudflare Pages we highly recommend to disable the 404.html file by setting this switch to true!",
"description": "By default a 404.html file is created, because this is the only known workaround to avoid 404 error messages on GitHub Pages. For Cloudflare Pages we highly recommend to disable the 404.html file by setting this switch to true!",
"default": false

@@ -68,3 +68,3 @@ },

"type": "boolean",
"description": "By default a .nojekyll file is created, because we assume you don't want to compile the build again with Jekyll. see #160",
"description": "By default a .nojekyll file is created, because we assume you don't want to compile the build again with Jekyll.",
"default": false

@@ -71,0 +71,0 @@ },

{
"name": "angular-cli-ghpages",
"version": "2.0.0-beta",
"description": "Deploy your Angular app to GitHub pages or Cloudflare pages directly from the Angular CLI. (ng deploy)",
"version": "2.0.0-beta.1",
"description": "Deploy your Angular app to GitHub Pages or Cloudflare Pages directly from the Angular CLI (ng deploy)",
"main": "index.js",

@@ -15,2 +15,3 @@ "bin": {

"test": "jest",
"prepublishOnly": "echo \"MAKE SURE TO TYPE 'npm run publish-to-npm' AND NOT 'npm publish'!\"",
"publish-to-npm": "npm run build && cd dist && npm publish"

@@ -34,3 +35,3 @@ },

"github pages",
"cloudflre pages",
"cloudflare pages",
"pages",

@@ -37,0 +38,0 @@ "deploy",

Sorry, the diff of this file is not supported yet