rapido-raptorjs
Advanced tools
Comparing version 0.3.6 to 0.3.8
@@ -105,3 +105,3 @@ var File = require('raptor/files/File'); | ||
var relPath = './' + path.relative(config['routes.file'].getParent(), outputDir.getAbsolutePath()); | ||
var relPath = './' + path.relative(config['routes.file'].getParent(), outputDir.getAbsolutePath()).replace(/\\/g, '/'); | ||
var newRouteJs = 'app.get("' + route + '", require("' + relPath + '"));'; | ||
@@ -108,0 +108,0 @@ |
{ | ||
"name": "rapido-raptorjs", | ||
"version": "0.3.6", | ||
"description": "Rapido stack for the RaptorJS Toolkit", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/raptorjs/rapido-raptorjs.git" | ||
}, | ||
"keywords": [ | ||
"rapido", | ||
"raptorjs", | ||
"ui", | ||
"toolkit" | ||
], | ||
"author": "Patrick Steele-Idem <psteeleidem@ebay.com>", | ||
"readmeFilename": "README.md", | ||
"publishConfig": { | ||
"registry": "http://registry.npmjs.org/" | ||
} | ||
} | ||
"name": "rapido-raptorjs", | ||
"description": "Rapido stack for the RaptorJS Toolkit", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/raptorjs/rapido-raptorjs.git" | ||
}, | ||
"keywords": [ | ||
"rapido", | ||
"raptorjs", | ||
"ui", | ||
"toolkit" | ||
], | ||
"author": "Patrick Steele-Idem <psteeleidem@ebay.com>", | ||
"readmeFilename": "README.md", | ||
"publishConfig": { | ||
"registry": "http://registry.npmjs.org/" | ||
}, | ||
"version": "0.3.8" | ||
} |
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
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
315085
2