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.4.0 to 5.5.0-next.1592729849.b6aec8361b3183c538249b866e4a2d3d2a680871

4

HISTORY.md
# History
## v5.5.0 2020 June 21
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v5.4.0 2020 June 20

@@ -4,0 +8,0 @@

38

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

@@ -126,24 +126,24 @@ "homepage": "https://github.com/bevry/textextensions",

"devDependencies": {
"@bevry/update-contributors": "^1.10.0",
"@bevry/update-contributors": "1.9.0",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"assert-helpers": "^6.10.0",
"assert-helpers": "^6.8.0",
"binaryextensions": "^4.4.0",
"eslint": "^7.3.0",
"eslint-config-bevry": "^3.10.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-bevry": "^3.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.4",
"kava": "^5.6.0",
"make-deno-edition": "^0.9.0",
"kava": "^5.7.0",
"make-deno-edition": "^0.9.1",
"prettier": "^2.0.5",
"projectz": "^2.7.0",
"projectz": "^2.9.0",
"surge": "^0.21.3",
"typedoc": "^0.17.7",
"typescript": "^3.9.5",
"valid-directory": "^2.4.0",
"valid-module": "^1.6.0"
"valid-directory": "2.2.0",
"valid-module": "1.4.0"
},
"scripts": {
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "npm run our:compile:deno && npm run our:compile:edition-browsers && npm run our:compile:edition-es5 && npm run our:compile:types",
"our:compile": "yarn run our:compile:deno && yarn run our:compile:edition-browsers && yarn run our:compile:edition-es5 && yarn run our:compile:types",
"our:compile:deno": "make-deno-edition --attempt",

@@ -154,17 +154,17 @@ "our:compile:edition-browsers": "tsc --module ESNext --target ES2019 --outDir ./edition-browsers --project tsconfig.json && ( test ! -d edition-browsers/source || ( mv edition-browsers/source edition-temp && rm -Rf edition-browsers && mv edition-temp edition-browsers ) )",

"our:deploy": "echo no need for this project",
"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
"our:meta": "yarn run our:meta:contributors && yarn run our:meta:docs && yarn run our:meta:projectz",
"our:meta:contributors": "update-contributors",
"our:meta:docs": "npm run our:meta:docs:typedoc",
"our:meta:docs": "yarn run our:meta:docs:typedoc",
"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
"our:meta:projectz": "projectz compile",
"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
"our:release": "yarn run our:release:prepare && yarn run our:release:check-changelog && yarn run our:release:check-dirty && yarn run our:release:tag && yarn run our:release:push",
"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
"our:release:check-dirty": "git diff --exit-code",
"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
"our:release:prepare": "yarn run our:clean && yarn run our:compile && yarn run our:test && yarn run our:meta",
"our:release:push": "git push origin master && git push origin --tags",
"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
"our:setup": "npm run our:setup:install",
"our:setup:install": "npm install",
"our:test": "npm run our:verify && npm test",
"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:module && npm run our:verify:prettier",
"our:setup": "yarn run our:setup:install",
"our:setup:install": "yarn install --ignore-engines",
"our:test": "yarn run our:verify && yarn test",
"our:verify": "yarn run our:verify:directory && yarn run our:verify:eslint && yarn run our:verify:module && yarn run our:verify:prettier",
"our:verify:directory": "valid-directory",

@@ -171,0 +171,0 @@ "our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",

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

<script type="module">
import pkg from '//cdn.pika.dev/textextensions/^5.4.0'
import pkg from '//cdn.pika.dev/textextensions/^5.5.0'
</script>

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

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

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

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

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