New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-forge

Package Overview
Dependencies
Maintainers
2
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-forge - npm Package Compare versions

Comparing version 0.0.16-development to 0.0.17-development

assets/fonts/nodejs-logo.png

3

package.json
{
"name": "ngx-forge",
"version": "0.0.16-development",
"version": "0.0.17-development",
"description": "Forge services for Angular v2 and up",

@@ -96,2 +96,3 @@ "main": "bundles/ngx-forge.js",

"extract-text-webpack-plugin": "2.1.0",
"file-loader": "^1.1.5",
"gulp": "3.9.1",

@@ -98,0 +99,0 @@ "gulp-changed": "2.0.0",

@@ -14,3 +14,3 @@ import { DefaultValueAccessor } from '@angular/forms';

export declare class ProjectSelectConfig {
classes: string[];
classes?: string[];
techPreview: string[];

@@ -17,0 +17,0 @@ renderType: string;

@@ -32,3 +32,8 @@ var __extends = (this && this.__extends) || (function () {

function ProjectSelect() {
return _super !== null && _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.config = {
techPreview: ['Node'],
renderType: 'title'
};
return _this;
}

@@ -81,3 +86,3 @@ ProjectSelect.prototype.writeValue = function (value) {

function ProjectSelectConfig() {
this.classes = [];
this.classes = ['Node', 'Spring', 'WildFly', 'Eclipse'];
this.techPreview = [];

@@ -84,0 +89,0 @@ this.renderType = 'title';

Sorry, the diff of this file is too big to display

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