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 5.14.0 to 5.15.0

1

edition-browsers/index.js

@@ -281,2 +281,3 @@ /** List of text file extensions */

'x-php',
'xaml',
'xht',

@@ -283,0 +284,0 @@ 'xhtml',

@@ -281,2 +281,3 @@ /** List of text file extensions */

'x-php',
'xaml',
'xht',

@@ -283,0 +284,0 @@ 'xhtml',

@@ -281,2 +281,3 @@ /** List of text file extensions */

'x-php',
'xaml',
'xht',

@@ -283,0 +284,0 @@ 'xhtml',

@@ -283,2 +283,3 @@ "use strict";

'x-php',
'xaml',
'xht',

@@ -285,0 +286,0 @@ 'xhtml',

# History
## v5.15.0 2022 April 5
- Add `xaml`
- Thanks to [Kaan Barmore-Genç](https://github.com/SeriousBug) for [pull request #207](https://github.com/bevry/textextensions/pull/207)
## v5.14.0 2021 July 31

@@ -4,0 +9,0 @@

2

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

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

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

<script type="module">
import pkg from '//cdn.skypack.dev/textextensions@^5.14.0'
import pkg from '//cdn.skypack.dev/textextensions@^5.15.0'
</script>

@@ -84,3 +84,3 @@ ```

<script type="module">
import pkg from '//unpkg.com/textextensions@^5.14.0'
import pkg from '//unpkg.com/textextensions@^5.15.0'
</script>

@@ -93,3 +93,3 @@ ```

<script type="module">
import pkg from '//dev.jspm.io/textextensions@5.14.0'
import pkg from '//dev.jspm.io/textextensions@5.15.0'
</script>

@@ -96,0 +96,0 @@ ```

@@ -281,2 +281,3 @@ /** List of text file extensions */

'x-php',
'xaml',
'xht',

@@ -283,0 +284,0 @@ 'xhtml',

Sorry, the diff of this file is not supported yet

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