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

blackbaud-bobbyearl-angular-builders

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blackbaud-bobbyearl-angular-builders - npm Package Compare versions

Comparing version 0.0.1-alpha.6 to 0.0.1-alpha.7

4

package.json
{
"name": "blackbaud-bobbyearl-angular-builders",
"version": "0.0.1-alpha.6",
"version": "0.0.1-alpha.7",
"scripts": {

@@ -12,3 +12,3 @@ "build": "npm run clean && tsc -p tsconfig.json && node ./scripts/prepare-package.js",

"builders": "builders.json",
"schematics": "collection.json",
"schematics": "./collection.json",
"ng-add": {

@@ -15,0 +15,0 @@ "save": "devDependencies"

# @skyux-sdk/angular-builders
## Installation
`ng add blackbaud-bobbyearl-angular-builders`
## Local setup

@@ -4,0 +8,0 @@

@@ -10,4 +10,4 @@ "use strict";

return (tree, context) => {
const project = options.project;
const workspace = config_1.getWorkspace(tree);
const project = options.project || workspace.defaultProject;
const architect = workspace.projects[project].architect;

@@ -14,0 +14,0 @@ if (!architect) {

Sorry, the diff of this file is not supported yet

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