Socket
Socket
Sign inDemoInstall

textextensions

Package Overview
Dependencies
Maintainers
2
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textextensions - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

source/index.json

12

HISTORY.md
# History
## v2.2.0 2018 January 25
- Added a dozen or so new text extensions
- Thanks to [jaswrks](https://github.com/jaswrks) for [pull request #5](https://github.com/bevry/textextensions/pull/5)
## v2.1.0 2017 April 24
- Added noon and pug
- Thanks to [monsterkodi](https://github.com/monsterkodi) for [pull request #4](https://github.com/bevry/textextensions/pull/4)
- Added `noon` and `pug`
- Thanks to [monsterkodi](https://github.com/monsterkodi) for [pull request #4](https://github.com/bevry/textextensions/pull/4)

@@ -15,3 +19,3 @@ ## v2.0.1 2016 May 10

- Added about 150 additional text extensions
- Thanks to [FelipeBB](https://github.com/FelipeBB) for [pull request #3](https://github.com/bevry/textextensions/pull/3)
- Thanks to [FelipeBB](https://github.com/FelipeBB) for [pull request #3](https://github.com/bevry/textextensions/pull/3)

@@ -23,5 +27,5 @@ ## v1.0.2 2016 May 2

- Added `yml` extension
- Thanks to [Jamy Timmermans](https://github.com/JamyDev) for [pull request #2](https://github.com/bevry/textextensions/pull/2)
- Thanks to [Jamy Timmermans](https://github.com/JamyDev) for [pull request #2](https://github.com/bevry/textextensions/pull/2)
## v1.0.0 2013 December 10
- Extracted from [bal-util](https://github.com/balupton/bal-util/blob/6501d51bc0244fce3781fc0150136f7493099237/src/lib/paths.coffee#L48-L79)
{
"title": "The Definitive List of Text Extensions",
"name": "textextensions",
"version": "2.1.0",
"version": "2.2.0",
"description": "A package that contains an array of every single file extension there is for text files",

@@ -47,4 +47,6 @@ "homepage": "https://github.com/bevry/textextensions",

"Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"Jamy Timmermans <jamy@beam.pro> (https://github.com/JamyDev)",
"Felipe Beline <fe.belineb@gmail.com> (https://github.com/FelipeBB)"
"Jamy Timmermans <jamy@mixer.com> (https://github.com/JamyDev)",
"Felipe Beline <fe.belineb@gmail.com> (https://github.com/fbeline)",
"jaswrks (http://src.works)",
"monsterkodi (http://monsterkodi.github.io)"
],

@@ -64,2 +66,3 @@ "bugs": {

"description": "JSON",
"directory": "source",
"entry": "index.json",

@@ -71,7 +74,8 @@ "syntaxes": [

],
"main": "index.json",
"browser": "index.json",
"main": "source/index.json",
"browser": "source/index.json",
"dependencies": {},
"devDependencies": {
"assert-helpers": "^4.5.0",
"eslint": "^4.16.0",
"joe": "^2.0.2",

@@ -88,3 +92,4 @@ "joe-reporter-console": "^2.0.1",

"our:meta:projectz": "projectz compile",
"our:verify": "echo no need for this project",
"our:verify": "npm run our:verify:eslint",
"our:verify:eslint": "eslint --fix ./source",
"our:test": "npm run our:verify && npm test",

@@ -98,4 +103,4 @@ "our:release": "npm run our:release:prepare && npm run our:release:check && npm run our:release:tag && npm run our:release:push",

"our:release:push": "git push origin master && git push origin --tags",
"test": "node --harmony ./test.js --joe-reporter=console"
"test": "node --harmony source/test.js --joe-reporter=console"
}
}

@@ -47,3 +47,3 @@ <!-- TITLE/ -->

<li>Module: <code>require('textextensions')</code></li>
<li>CDN URL: <code>//wzrd.in/bundle/textextensions@2.1.0</code></li></ul>
<li>CDN URL: <code>//wzrd.in/bundle/textextensions@2.2.0</code></li></ul>

@@ -58,4 +58,4 @@ <a href="http://enderjs.com" title="Ender is a full featured package manager for your browser"><h3>Ender</h3></a><ul>

<ul><li><code>textextensions</code> aliases <code>textextensions/index.json</code></li>
<li><code>textextensions/index.json</code> is JSON</li></ul>
<ul><li><code>textextensions</code> aliases <code>textextensions/source/index.json</code></li>
<li><code>textextensions/source/index.json</code> is JSON</li></ul>

@@ -116,3 +116,5 @@ <!-- /INSTALL -->

<li><a href="https://github.com/JamyDev">Jamy Timmermans</a> — <a href="https://github.com/bevry/textextensions/commits?author=JamyDev" title="View the GitHub contributions of Jamy Timmermans on repository bevry/textextensions">view contributions</a></li>
<li><a href="https://github.com/FelipeBB">Felipe Beline</a> — <a href="https://github.com/bevry/textextensions/commits?author=FelipeBB" title="View the GitHub contributions of Felipe Beline on repository bevry/textextensions">view contributions</a></li></ul>
<li><a href="https://github.com/fbeline">Felipe Beline</a> — <a href="https://github.com/bevry/textextensions/commits?author=fbeline" title="View the GitHub contributions of Felipe Beline on repository bevry/textextensions">view contributions</a></li>
<li><a href="http://src.works">jaswrks</a> — <a href="https://github.com/bevry/textextensions/commits?author=jaswrks" title="View the GitHub contributions of jaswrks on repository bevry/textextensions">view contributions</a></li>
<li><a href="http://monsterkodi.github.io">monsterkodi</a> — <a href="https://github.com/bevry/textextensions/commits?author=monsterkodi" title="View the GitHub contributions of monsterkodi on repository bevry/textextensions">view contributions</a></li></ul>

@@ -119,0 +121,0 @@ <a href="https://github.com/bevry/textextensions/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>

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