Socket
Socket
Sign inDemoInstall

textextensions

Package Overview
Dependencies
Maintainers
1
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 1.0.2 to 1.1.0

4

HISTORY.md
# History
## v1.1.0 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)
## v1.0.2 2016 May 2

@@ -4,0 +8,0 @@ - Updated meta files

module.exports = [
'Makefile',
'Rakefile',
'ada',
'adb',
'ads',
'as',
'ascx',
'asm',
'asmx',
'asp',
'aspx',
'bas',
'bash',
'bat',
'bdsgroup',
'bdsproj',
'c',
'cc',
'cfc',
'cfm',
'cfml',
'clj',
'cls',
'cmake',
'cmd',
'coffee',
'coffeekup',
'cpp',
'cpt',
'cpy',
'cs',
'csh',
'cson',
'css',
'ctl',
'cxx',
'dart',
'dfm',
'dof',
'dpk',
'dproj',
'dtd',
'eco',
'el',
'ent',
'erb',
'erl',
'ex',
'exs',
'f',
'f03',
'f77',
'f90',
'f95',
'fish',
'for',
'fpp',
'frm',
'ftn',
'go',
'gpp',
'gradle',
'groovy',
'groupproj',
'grunit',
'gtmpl',
'h',
'haml',
'hbs',
'hh',
'hpp',
'hrl',
'hs',
'htaccess',
'htm',
'html',
'hxx',
'int',
'itcl',
'itk',
'jade',
'java',
'jhtm',
'jhtml',
'js',
'json',
'jsp',
'jspx',
'ksh',
'less',
'lhs',
'lisp',
'lsp',
'lua',
'm',
'mak',
'master',
'md',
'metadata',
'mk',
'mkd',
'ml',
'mli',
'mm',
'mxml',
'nfm',
'ops',
'pas',
'pasm',
'pg',
'php',
'php3',
'php4',
'php5',
'phpt',
'phtml',
'pir',
'pl',
'pm',
'pmc',
'pod',
'properties',
'pt',
'py',
'r',
'rake',
'rb',
'resx',
'rhtml',
'rjs',
'rs',
'rtf',
'rxml',
's',
'sass',
'scala',
'scm',
'scss',
'sh',
'spec',
'sql',
'ss',
'st',
'sty',
'styl',
'stylus',
'sv',
'svc',
't',
'tcl',
'tcsh',
'tex',
'text',
'textile',
'tg',
'tt',
'tt2',
'ttml',
'txt',
'v',
'vb',
'vh',
'vhd',
'vhdl',
'vim',
'xml',
'xs',
'xsl',
'xslt',
'yaml',
'yml'
'yml',
'zsh'
]

16

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

@@ -14,2 +14,3 @@ "homepage": "https://github.com/bevry/textextensions",

"list": [
"travisci",
"npmversion",

@@ -44,3 +45,4 @@ "npmdownloads",

"Benjamin Lupton <b@lupton.cc> (https://balupton.com)",
"Jamy Timmermans <me@jamy.be> (https://github.com/JamyDev)"
"Jamy Timmermans <me@jamy.be> (https://github.com/JamyDev)",
"FelipeBB (https://github.com/FelipeBB)"
],

@@ -56,16 +58,22 @@ "bugs": {

"main": "index.js",
"browser": "index.js",
"dependencies": {},
"devDependencies": {
"assert-helpers": "^4.2.0",
"joe": "^1.6.0",
"joe-reporter-console": "^1.2.1",
"projectz": "^1.0.0"
},
"scripts": {
"setup": "npm install",
"meta": "npm run meta:projectz",
"meta:docs": "documentation build -f html -g --shallow ./source/**.js -o ./docs",
"meta:projectz": "projectz compile",
"prepare": "npm run meta",
"prepare": "npm run test && npm run meta",
"release": "npm run prepare && npm run release:publish && npm run release:tag && npm run release:push",
"release:publish": "npm publish",
"release:tag": "git tag v$npm_package_version -a",
"release:push": "git push origin master && git push origin --tags"
"release:push": "git push origin master && git push origin --tags",
"test": "node --harmony ./test.js"
}
}

@@ -10,2 +10,3 @@ <!-- TITLE/ -->

<span class="badge-travisci"><a href="http://travis-ci.org/bevry/textextensions" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/bevry/textextensions/master.svg" alt="Travis CI Build Status" /></a></span>
<span class="badge-npmversion"><a href="https://npmjs.org/package/textextensions" title="View this project on NPM"><img src="https://img.shields.io/npm/v/textextensions.svg" alt="NPM version" /></a></span>

@@ -42,2 +43,11 @@ <span class="badge-npmdownloads"><a href="https://npmjs.org/package/textextensions" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/textextensions.svg" alt="NPM downloads" /></a></span>

<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@1.1.0</code></li></ul>
<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>
<!-- /INSTALL -->

@@ -95,3 +105,4 @@

<ul><li><a href="https://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/textextensions/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/textextensions">view contributions</a></li>
<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></ul>
<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">FelipeBB</a> — <a href="https://github.com/bevry/textextensions/commits?author=FelipeBB" title="View the GitHub contributions of FelipeBB on repository bevry/textextensions">view contributions</a></li></ul>

@@ -98,0 +109,0 @@

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