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

loopback-bluemix

Package Overview
Dependencies
Maintainers
21
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loopback-bluemix - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

6

CHANGES.md

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

2017-07-17, Version 3.1.0
=========================
* Generate datasources-config.json by default (Hage Yaapa)
2017-07-15, Version 3.0.0

@@ -2,0 +8,0 @@ =========================

10

lib/files.js

@@ -33,2 +33,7 @@ // Copyright IBM Corp. 2017. All Rights Reserved.

// Create datasource-config.json
var datasourceConfigSrc = path.join(bluemixDirSrc, 'datasources-config.json');
var datasourceConfigDest = path.join(bluemixDirDest, 'datasources-config.json');
copyFile(datasourceConfigSrc, datasourceConfigDest);
if (bluemixOptions.enableBluemix) {

@@ -51,7 +56,2 @@ // Create .cfignore

}
// Copy datasource-config.json
var datasourceConfigSrc = path.join(bluemixDirSrc, 'datasources-config.json');
var datasourceConfigDest = path.join(bluemixDirDest, 'datasources-config.json');
copyFile(datasourceConfigSrc, datasourceConfigDest);
}

@@ -58,0 +58,0 @@

{
"name": "loopback-bluemix",
"version": "3.0.0",
"version": "3.1.0",
"description": "Utilities for generating Bluemix artifacts",

@@ -5,0 +5,0 @@ "main": "index.js",

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