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.1 to 1.0.0

LICENSE

3

.verb.md

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

## Install
{%= include("install-npm", {save: true}) %}

@@ -58,3 +57,3 @@

## License
{%= copyright() %}
{%= copyright({year: 2014}) %}
{%= license() %}

@@ -61,0 +60,0 @@

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

'.htm': '.html',
// css

@@ -19,2 +20,3 @@ '.less': '.css',

'.css': '.css',
// js

@@ -21,0 +23,0 @@ '.coffee': '.js',

{
"name": "ext-map",
"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",
"version": "1.0.0",
"homepage": "https://github.com/jonschlinkert/ext-map",

@@ -17,8 +17,6 @@ "author": {

},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/ext-map/blob/master/LICENSE-MIT"
}
],
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/ext-map/blob/master/LICENSE-MIT"
},
"main": "index.js",

@@ -32,6 +30,6 @@ "engines": {

"devDependencies": {
"mocha": "*",
"should": "*"
"mocha": "*"
},
"keywords": [
"convert",
"dest",

@@ -44,9 +42,12 @@ "ext",

"filepath",
"fp",
"fs",
"format",
"gulpfriendly",
"language",
"map",
"parse",
"path",
"src"
"pre-processor",
"src",
"type"
]
}

@@ -5,4 +5,3 @@ # ext-map [![NPM version](https://badge.fury.io/js/ext-map.svg)](http://badge.fury.io/js/ext-map)

## Install
### Install with [npm](npmjs.org)
## Install with [npm](npmjs.org)

@@ -66,3 +65,3 @@ ```bash

## License
Copyright (c) 2014 Jon Schlinkert
Copyright (c) 2014-2015 Jon Schlinkert
Released under the MIT license

@@ -72,2 +71,2 @@

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