Socket
Socket
Sign inDemoInstall

editions

Package Overview
Dependencies
Maintainers
2
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

editions - npm Package Compare versions

Comparing version 6.2.1 to 6.3.0-next.1627422035.ab5648147ad8d88897a3c6bbdc6ba13a57b702d6

4

HISTORY.md
# History
## v6.3.0 2021 July 28
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v6.2.1 2021 July 28

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

20

package.json
{
"name": "editions",
"version": "6.2.1",
"version": "6.3.0-next.1627422035.ab5648147ad8d88897a3c6bbdc6ba13a57b702d6",
"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",

@@ -135,6 +135,6 @@ "homepage": "https://github.com/bevry/editions",

"@bevry/update-contributors": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"assert-helpers": "^8.1.0",
"eslint": "^7.28.0",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"assert-helpers": "^8.2.0",
"eslint": "^7.31.0",
"eslint-config-bevry": "^3.23.0",

@@ -145,8 +145,8 @@ "eslint-config-prettier": "^8.3.0",

"make-deno-edition": "^1.3.0",
"prettier": "^2.3.1",
"prettier": "^2.3.2",
"projectz": "^2.18.0",
"surge": "^0.23.0",
"typedoc": "^0.20.36",
"typescript": "4.2.4",
"valid-directory": "^3.6.0"
"typedoc": "^0.21.4",
"typescript": "4.3.5",
"valid-directory": "^3.7.0"
},

@@ -170,3 +170,3 @@ "scripts": {

"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
"our:release:push": "git push origin master && git push origin --tags",
"our:release:push": "git push origin && 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\"",

@@ -173,0 +173,0 @@ "our:setup": "npm run our:setup:install",

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