
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
neuron-normalize
Advanced tools
Normalize a module id to a url to a standard pathname.
$ npm install neuron-normalize --save
var options = {
root: '/mod'
};
var normalize = require('neuron-normalize')(options);
normalize.parse('zepto');
->
{
package: 'zepto@*',
package_name: 'zepto',
id: 'zepto@*/zepto.js',
version: '*',
path: '/zepto.js'
}
normalize.to_url('zepto');
->
'/mod/zepto/*/zepto.js'
normalize.to_package('/mod/zepto/*/zepto.js');
->
{
package: 'zepto@*',
package_name: 'zepto',
id: 'zepto@*/zepto.js',
version: '*',
path: '/zepto.js'
}
String
Absolute path from root to the module. Requiredtype: Object
- package: <module_name>@<version>
- package_name: `<module_name>`
- id: `<module_name>@<version><file_path>`
- version: `<major>.<minor>.<patch>`, default to `'*'`
- path: `/path/to/<filename>.<ext>`, default to `/<package-name>.js`
String
formatted module idReturns Object
Module File Object
String
formatted module id'zepto@1.0.0/lib/zepto.js'
Returns Path
Absolute pathname of a file to the id, or undefined
if not id passed in.
'/mod/zepto/1.0.0/lib/zepto.js'
Path
Absolute pathname of a file'/mod/zepto/*/zepto.js'
Returns Object
Module File Object
MIT
FAQs
neuron-normalize
We found that neuron-normalize demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.