ah-sequelize-plugin
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -5,3 +5,3 @@ { | ||
"description": "I use sequelize in actionhero as an ORM", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"homepage": "http://actionherojs.com", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -7,2 +7,3 @@ #!/usr/bin/env node | ||
var projectConfigDir = path.normalize(process.cwd() + '/../../config/'); | ||
var localConfigFile = path.normalize(__dirname + '/../config/sequelize.js'); | ||
@@ -19,2 +20,3 @@ var projectConfigFile = path.normalize(process.cwd() + '/../../config/sequelize.js'); | ||
console.log("copying " + localConfigFile + " to " + projectConfigFile); | ||
mkdirp.sync(path.normalize(projectConfigDir)); | ||
fs.createReadStream(localConfigFile).pipe(fs.createWriteStream(projectConfigFile)); | ||
@@ -26,3 +28,3 @@ | ||
} catch (ex) { | ||
console.log("copying " + localRcFile + " to " + projectRcFile + " for "); | ||
console.log("copying " + localRcFile + " to " + projectRcFile); | ||
fs.createReadStream(localRcFile).pipe(fs.createWriteStream(projectRcFile)); | ||
@@ -29,0 +31,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13017
202
0