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.4.0 to 2.5.0

4

HISTORY.md
# History
## v2.5.0 2019 July 31
- Add `njk` and `wxss`
- Thanks to [LvChengbin](https://github.com/LvChengbin) for [pull request #8](https://github.com/bevry/textextensions/pull/8)
## v2.4.0 2018 November 7

@@ -4,0 +8,0 @@ - Add `wxml`

10

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

@@ -54,3 +54,5 @@ "homepage": "https://github.com/bevry/textextensions",

"monsterkodi (http://monsterkodi.github.io)",
"jaswrks (http://jaswrks.com)"
"jaswrks (http://jaswrks.com)",
"Joshua Evans (http://www.linkedin.com/profile/view?id=351521559)",
"LvChengbin (https://github.com/LvChengbin)"
],

@@ -85,7 +87,7 @@ "bugs": {

"devDependencies": {
"assert-helpers": "^4.5.1",
"assert-helpers": "^4.9.6",
"binaryextensions": "^2.1.2",
"joe": "^2.0.2",
"joe-reporter-console": "^2.0.2",
"projectz": "^1.4.0",
"projectz": "^1.7.4",
"valid-directory": "^1.0.0"

@@ -92,0 +94,0 @@ },

@@ -41,16 +41,17 @@ <!-- TITLE/ -->

<a href="https://npmjs.com" title="npm is a package manager for javascript"><h3>NPM</h3></a><ul>
<a href="https://npmjs.com" title="npm is a package manager for javascript"><h3>npm</h3></a>
<ul>
<li>Install: <code>npm install --save textextensions</code></li>
<li>Module: <code>require('textextensions')</code></li></ul>
<li>Require: <code>require('textextensions')</code></li>
</ul>
<a href="http://browserify.org" title="Browserify lets you require('modules') in the browser by bundling up all of your dependencies"><h3>Browserify</h3></a><ul>
<li>Install: <code>npm install --save textextensions</code></li>
<li>Module: <code>require('textextensions')</code></li>
<li>CDN URL: <code>//wzrd.in/bundle/textextensions@2.4.0</code></li></ul>
<a href="https://jspm.io" title="Native ES Modules CDN"><h3>jspm</h3></a>
<a href="http://enderjs.com" title="Ender is a full featured package manager for your browser"><h3>Ender</h3></a><ul>
<li>Install: <code>ender add textextensions</code></li>
<li>Module: <code>require('textextensions')</code></li></ul>
``` html
<script type="module">
import * as pkg from '//dev.jspm.io/textextensions'
</script>
```
<h3><a href="https://github.com/bevry/editions" title="Editions are the best way to produce and consume packages you care about.">Editions</a></h3>
<h3><a href="https://editions.bevry.me" title="Editions are the best way to produce and consume packages you care about.">Editions</a></h3>

@@ -121,3 +122,5 @@ <p>This package is published with the following editions:</p>

<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>
<li><a href="http://jaswrks.com">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></ul>
<li><a href="http://jaswrks.com">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://www.linkedin.com/profile/view?id=351521559">Joshua Evans</a> — <a href="https://github.com/bevry/textextensions/commits?author=TheJoshuaEvans" title="View the GitHub contributions of Joshua Evans on repository bevry/textextensions">view contributions</a></li>
<li><a href="https://github.com/LvChengbin">LvChengbin</a> — <a href="https://github.com/bevry/textextensions/commits?author=LvChengbin" title="View the GitHub contributions of LvChengbin on repository bevry/textextensions">view contributions</a></li></ul>

@@ -124,0 +127,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>

@@ -168,2 +168,3 @@ [

"nfo",
"njk",
"noon",

@@ -277,2 +278,3 @@ "npmignore",

"wxml",
"wxss",
"x-php",

@@ -279,0 +281,0 @@ "xht",

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