Socket
Socket
Sign inDemoInstall

textextensions

Package Overview
Dependencies
0
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

HISTORY.md

5

index.js

@@ -30,3 +30,4 @@ module.exports = [

'xml',
'yaml'
];
'yaml',
'yml'
];

19

package.json
{
"title": "The Definitive List of Text Extensions",
"name": "textextensions",
"version": "1.0.0",
"version": "1.0.1",
"description": "A package that contains an array of every single file extension there is for text files",

@@ -13,10 +13,14 @@ "homepage": "https://github.com/bevry/textextensions",

"npm": true,
"npmdownloads": true,
"david": true,
"daviddev": true,
"gittip": "bevry",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6"
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
},
"keywords": [
"a",
"b",
"c"
"text",
"extensions"
],

@@ -28,3 +32,4 @@ "author": "2013+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",

"contributors": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
"JamyDev (https://github.com/JamyDev)"
],

@@ -41,3 +46,3 @@ "bugs": {

"devDependencies": {
"projectz": "~0.2.3"
"projectz": "~0.3.17"
},

@@ -44,0 +49,0 @@ "directories": {

@@ -11,6 +11,11 @@

[![NPM version](http://badge.fury.io/js/textextensions.png)](https://npmjs.org/package/textextensions "View this project on NPM")
[![Gittip donate button](http://img.shields.io/gittip/bevry.png)](https://www.gittip.com/bevry/ "Donate weekly to this project using Gittip")
[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![NPM version](https://img.shields.io/npm/v/textextensions.svg)](https://npmjs.org/package/textextensions "View this project on NPM")
[![NPM downloads](https://img.shields.io/npm/dm/textextensions.svg)](https://npmjs.org/package/textextensions "View this project on NPM")
[![Dependency Status](https://img.shields.io/david/bevry/textextensions.svg)](https://david-dm.org/bevry/textextensions)
[![Dev Dependency Status](https://img.shields.io/david/dev/bevry/textextensions.svg)](https://david-dm.org/bevry/textextensions#info=devDependencies)<br/>
[![Gratipay donate button](https://img.shields.io/gratipay/bevry.svg)](https://www.gratipay.com/bevry/ "Donate weekly to this project using Gratipay")
[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin")
[![Wishlist browse button](https://img.shields.io/badge/wishlist-donate-yellow.svg)](http://amzn.com/w/2F8TXKSNAFG4V "Buy an item on our wishlist for us")

@@ -31,10 +36,6 @@ <!-- /BADGES -->

### [Node](http://nodejs.org/), [Browserify](http://browserify.org/)
### [NPM](http://npmjs.org/)
- Use: `require('textextensions')`
- Install: `npm install --save textextensions`
### [Ender](http://ender.jit.su/)
- Use: `require('textextensions')`
- Install: `ender add textextensions`
<!-- /INSTALL -->

@@ -60,3 +61,3 @@

## History
[Discover the change history by heading on over to the `History.md` file.](https://github.com/bevry/textextensions/blob/master/History.md#files)
[Discover the change history by heading on over to the `HISTORY.md` file.](https://github.com/bevry/textextensions/blob/master/HISTORY.md#files)

@@ -80,5 +81,7 @@ <!-- /HISTORY -->

[![Gittip donate button](http://img.shields.io/gittip/bevry.png)](https://www.gittip.com/bevry/ "Donate weekly to this project using Gittip")
[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![Gratipay donate button](https://img.shields.io/gratipay/bevry.svg)](https://www.gratipay.com/bevry/ "Donate weekly to this project using Gratipay")
[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin")
[![Wishlist browse button](https://img.shields.io/badge/wishlist-donate-yellow.svg)](http://amzn.com/w/2F8TXKSNAFG4V "Buy an item on our wishlist for us")

@@ -89,5 +92,6 @@ ### Contributors

- Benjamin Lupton <b@lupton.cc> (https://github.com/balupton) - [view contributions](https://github.com/bevry/textextensions/commits?author=balupton)
- [Benjamin Lupton](https://github.com/balupton) <b@lupton.cc> — [view contributions](https://github.com/bevry/textextensions/commits?author=balupton)
- [JamyDev](https://github.com/JamyDev) — [view contributions](https://github.com/bevry/textextensions/commits?author=JamyDev)
[Become a contributor!](https://github.com/bevry/textextensions/blob/master/Contributing.md#files)
[Become a contributor!](https://github.com/bevry/textextensions/blob/master/CONTRIBUTING.md#files)

@@ -94,0 +98,0 @@ <!-- /BACKERS -->

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc