
Security News
Node.js Moves Toward Stable TypeScript Support with Amaro 1.0
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
just an object that maps `src` file extensions to `dest` file extensions as key/value pairs (e.g. `{'.less': '.css'}`). Useful for dynamically rewriting paths in tasks/plugins. pull requests welcome.
just an object that maps
src
file extensions todest
file extensions as key/value pairs (e.g.{'.less': '.css'}
). Useful for dynamically rewriting paths in tasks/plugins. pull requests welcome.
Install with npm
npm i ext-map --save
var exts = require('ext-map');
Pull requests to add mappings would be appreciated.
HTML
.md
: => .html
.hbs
: => .html
.slim
: => .html
.swig
: => .html
.tmpl
: => .html
.html
: => .html
.htm
: => .html
css
.less
: => .css
.styl
: => .css
.sass
: => .css
.scss
: => .css
.css
: => .css
js
.coffee
: => .js
.ls
: => .js
.ts
: => .js
.js
: => .js
Install dev dependencies:
npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
Copyright (c) 2014-2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb-cli on May 04, 2015.[assemble]: http://assemble.io [template]: https://github.com/jonschlinkert/template [verb]: https://github.com/assemble/verb
FAQs
just an object that maps `src` file extensions to `dest` file extensions as key/value pairs (e.g. `{'.less': '.css'}`). Useful for dynamically rewriting paths in tasks/plugins. pull requests welcome.
The npm package ext-map receives a total of 4,777 weekly downloads. As such, ext-map popularity was classified as popular.
We found that ext-map demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.