Socket
Socket
Sign inDemoInstall

angular-formly-templates-bootstrap

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-formly-templates-bootstrap - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

scripts/webpack-overrides.js

21

package.json
{
"name": "angular-formly-templates-bootstrap",
"version": "6.1.1",
"version": "6.1.2",
"author": "Astrism <astrisms@gmail.com>",

@@ -22,5 +22,6 @@ "contributors": [

"scripts": {
"build:dist": "webpack",
"build:minify": "webpack --config webpack.config.minify.js",
"build": "npm run build:dist; npm run build:minify",
"commit": "git-cz",
"build:dev": "NODE_ENV=development webpack --config node_modules/kcd-common-tools/shared/webpack.config.js --progress --colors",
"build:prod": "NODE_ENV=production webpack --config node_modules/kcd-common-tools/shared/webpack.config.js --progress --colors",
"build": "npm run build:dev; npm run build:prod",
"test": "echo 'Still need to set these up...'",

@@ -44,10 +45,11 @@ "watch": "webpack --watch",

"commitizen": "1.0.4",
"cz-conventional-changelog": "1.1.1",
"deep-extend": "^0.3.2",
"cz-conventional-changelog": "1.1.0",
"deep-extend": "0.4.0",
"ghooks": "0.3.2",
"jshint": "^2.7.0",
"jshint-loader": "^0.8.3",
"kcd-common-tools": "1.0.0-beta.23",
"lodash-node": "^3.8.0",
"ng-annotate": "^0.15.4",
"ng-annotate-loader": "0.0.2",
"ng-annotate": "1.0.2",
"ng-annotate-loader": "0.0.10",
"node-libs-browser": "^0.5.0",

@@ -67,3 +69,6 @@ "raw-loader": "^0.5.1",

}
},
"kcdCommon": {
"webpack": "scripts/webpack-overrides.js"
}
}

@@ -1,5 +0,7 @@

[![Build Status](https://travis-ci.org/formly-js/angular-formly.svg)](https://travis-ci.org/formly-js/angular-formly)
[![Coverage Status](https://img.shields.io/coveralls/formly-js/angular-formly.svg)](https://coveralls.io/r/formly-js/angular-formly)
# angular-formly: Bootstrap Template
## angular-formly: Bootstrap Template
Status:
[![npm version](https://img.shields.io/npm/v/angular-formly-templates-bootstrap.svg?style=flat-square)](https://www.npmjs.org/package/angular-formly-templates-bootstrap)
[![npm downloads](https://img.shields.io/npm/dm/angular-formly-templates-bootstrap.svg?style=flat-square)](http://npm-stat.com/charts.html?package=angular-formly-templates-bootstrap&from=2015-09-01)
[![Build Status](https://img.shields.io/travis/formly-js/angular-formly-templates-bootstrap.svg?style=flat-square)](https://travis-ci.org/formly-js/angular-formly-templates-bootstrap)

@@ -6,0 +8,0 @@ This is a template for angular-formly which adds templates with classes specific to bootstrap. Each field is wrapped in a div. This library is not standalone and requires angular-formly to be present and loaded.

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