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

ext-map

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ext-map - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

.verb.md

@@ -28,2 +28,3 @@ # {%= name %} {%= badge("fury") %}

- `.hbs`: => `.html`
- `.slim`: => `.html`
- `.swig`: => `.html`

@@ -45,6 +46,7 @@ - `.tmpl`: => `.html`

- `.coffee`: => `.js`
- `.ls`: => `.js`
- `.ts`: => `.js`
- `.js`: => `.js`
## Contributing

@@ -51,0 +53,0 @@ Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue]({%= bugs.url %})

@@ -7,2 +7,3 @@ 'use strict';

'.hbs': '.html',
'.slim': '.html',
'.swig': '.html',

@@ -20,3 +21,5 @@ '.tmpl': '.html',

'.coffee': '.js',
'.ls': '.js',
'.ts': '.js',
'.js': '.js',
};
{
"name": "ext-map",
"description": "maps `src` file extensions to `dest` file extensions as key/value pairs (e.g. `{'.less': '.css'}`). Useful for rewriting paths in tasks/plugins. pull requests welcome.",
"version": "0.1.0",
"description": "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.",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/ext-map",

@@ -6,0 +6,0 @@ "author": {

# ext-map [![NPM version](https://badge.fury.io/js/ext-map.svg)](http://badge.fury.io/js/ext-map)
> maps `src` file extensions to `dest` file extensions as key/value pairs (e.g. `{'.less': '.css'}`). Useful for rewriting paths in tasks/plugins. pull requests welcome.
> 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.

@@ -32,2 +32,3 @@ ## Install

- `.hbs`: => `.html`
- `.slim`: => `.html`
- `.swig`: => `.html`

@@ -49,6 +50,7 @@ - `.tmpl`: => `.html`

- `.coffee`: => `.js`
- `.ls`: => `.js`
- `.ts`: => `.js`
- `.js`: => `.js`
## Contributing

@@ -70,2 +72,2 @@ Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/ext-map/issues)

_This file was generated by [verb](https://github.com/assemble/verb) on November 13, 2014._
_This file was generated by [verb](https://github.com/assemble/verb) on November 14, 2014._
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