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

angular-cli-ghpages

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
1.0.1

@@ -6,5 +6,10 @@ {

"type": "object",
"properties": {},
"properties": {
"project": {
"type": "string",
"description": "The project for which the deploy config should be added"
}
},
"required": [],
"additionalProperties": false
}
{
"name": "angular-cli-ghpages",
"version": "1.0.0",
"version": "1.0.1",
"description": "Deploy your Angular app to GitHub pages directly from the Angular CLI. (ng deploy)",

@@ -11,3 +11,5 @@ "main": "index.js",

"scripts": {
"build": "rimraf dist && json2ts deploy/schema.json > deploy/schema.d.ts && tsc && copyfiles builders.json collection.json ng-add-schema.json package.json angular-cli-ghpages deploy/schema.json dist && copyfiles ../README.md dist/README.md",
"prebuild": "rimraf dist && json2ts deploy/schema.json > deploy/schema.d.ts",
"build": "tsc -p tsconfig.build.json",
"postbuild": "copyfiles builders.json collection.json ng-add-schema.json package.json angular-cli-ghpages deploy/schema.json dist && copyfiles ../README.md dist/README.md",
"test": "jest",

@@ -46,3 +48,4 @@ "prettier": "prettier --write ."

"contributors": [
"Minko Gechev <mgechev@gmail.com>"
"Minko Gechev <mgechev@gmail.com>",
"Ferdinand Malcher <ferdinand@malcher.media>"
],

@@ -55,5 +58,5 @@ "license": "MIT",

"devDependencies": {
"@angular-devkit/architect": ">= 0.900 < 0.1400",
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
"@angular-devkit/architect": ">= 0.900 < 0.1500",
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
"@types/fs-extra": "^9.0.4",

@@ -70,8 +73,8 @@ "@types/jest": "^26.0.15",

"ts-jest": "^26.4.4",
"typescript": ">=4.0.0 <4.1.0"
"typescript": ">=4.2.3 <4.3.0"
},
"peerDependencies": {
"@angular-devkit/architect": ">= 0.900 < 0.1400",
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0"
"@angular-devkit/architect": ">= 0.900 < 0.1500",
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0"
},

@@ -78,0 +81,0 @@ "dependencies": {