Socket
Socket
Sign inDemoInstall

generator-ibm-java-spring

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-ibm-java-spring - npm Package Compare versions

Comparing version 2.2.4 to 2.3.0

15

CHANGELOG.md

@@ -5,2 +5,17 @@ # Change Log

<a name="2.3.0"></a>
# [2.3.0](https://github.com/ibm-developer/generator-ibm-java-spring/compare/v2.2.4...v2.3.0) (2018-08-24)
### Bug Fixes
* Update mocha@4, nyc@12, coveralls@3 ([400a11c](https://github.com/ibm-developer/generator-ibm-java-spring/commit/400a11c))
### Features
* Update spring-boot from 1.5.4 to 1.5.15 ([61a8ce5](https://github.com/ibm-developer/generator-ibm-java-spring/commit/61a8ce5))
<a name="2.2.4"></a>

@@ -7,0 +22,0 @@ ## [2.2.4](https://github.com/ibm-developer/generator-ibm-java-spring/compare/v2.2.3...v2.2.4) (2018-07-09)

2

generators/app/templates/config/config.js
{
}

@@ -25,3 +25,3 @@ /*

const SPRING_VERSION = '1.5.4.RELEASE' //current Spring version to check for
const SPRING_VERSION = '1.5.15.RELEASE' //current Spring version to check for
const LOCAL_APP_PROPS = 'src/main/resources/application-local.properties'

@@ -28,0 +28,0 @@ const APP_PROPS = 'src/main/resources/application.properties'

{
"name": "generator-ibm-java-spring",
"version": "2.2.4",
"version": "2.3.0",
"description": "Spring code generation and modification",

@@ -13,20 +13,20 @@ "license": "Apache-2.0",

"dependencies": {
"bluebird": "^3.5.0",
"extend": "^3.0.2",
"handlebars": "^4.0.0",
"yeoman-generator": "^1.0.0",
"extend": "^3.0.1",
"ibm-java-codegen-common": "3.0.0",
"bluebird": "^3.5.0",
"request": "^2.81.0",
"ibm-java-codegen-common": "^3.0.3",
"request": "^2.88.0",
"unzip2": "^0.2.5",
"yeoman-assert": "^2.2.2"
"yeoman-assert": "^2.2.2",
"yeoman-generator": "^1.0.0"
},
"devDependencies": {
"coveralls": "^2.13.3",
"eslint": "^4.13.1",
"mocha": "^3.2.0",
"coveralls": "^3.0.2",
"eslint": "^4.19.1",
"mocha": "^4.1.0",
"mocha-multi-reporters": "^1.1.7",
"nyc": "^11.3.0",
"standard-version": "^4.2.0",
"nyc": "^12.0.2",
"standard-version": "^4.4.0",
"xunit-file": "^1.0.0",
"yeoman-test": "^1.6.0"
"yeoman-test": "^1.9.1"
},

@@ -33,0 +33,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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