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.0 to 6.1.1

.travis.yml

35

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

@@ -12,3 +12,3 @@ "contributors": [

"type": "git",
"url": "git://github.com/formly-js/angular-formly-templates-bootstrap.git"
"url": "https://github.com/formly-js/angular-formly-templates-bootstrap.git"
},

@@ -26,10 +26,8 @@ "main": "dist/angular-formly-templates-bootstrap.js",

"build": "npm run build:dist; npm run build:minify",
"test": "karma start karma.conf.js",
"test:single": "karma start karma.conf.js --single-run",
"test:ci": "karma start karma.conf.ci.js",
"test": "echo 'Still need to set these up...'",
"watch": "webpack --watch",
"start": "npm run watch & npm run test",
"release": "npm run build && with-package git commit -am pkg.version && with-package git tag pkg.version && git push && npm publish && git push --tags",
"release:beta": "npm run release && npm run tag:beta",
"tag:beta": "with-package npm dist-tag add pkg.name@pkg.version beta"
"start": "npm run watch",
"prepublish": "npm run build",
"postpublish": "publish-latest --user-email kent+formly-bot@doddsfamily.us --user-name formly-bot",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},

@@ -46,3 +44,6 @@ "description": "Angular-Formly plugin which outputs bootstrap compatible form fields.",

"babel-loader": "^5.1.2",
"commitizen": "1.0.4",
"cz-conventional-changelog": "1.1.1",
"deep-extend": "^0.3.2",
"ghooks": "0.3.2",
"jshint": "^2.7.0",

@@ -55,5 +56,15 @@ "jshint-loader": "^0.8.3",

"raw-loader": "^0.5.1",
"webpack": "^1.9.6",
"with-package": "0.2.0"
"semantic-release": "^4.3.5",
"validate-commit-msg": "1.0.0",
"webpack": "^1.9.6"
},
"license": "MIT",
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
},
"config": {
"ghooks": {
"commit-msg": "./node_modules/.bin/validate-commit-msg"
}
}
}
}

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