Socket
Socket
Sign inDemoInstall

docium

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docium - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

10

CHANGELOG.md

@@ -5,2 +5,12 @@ ### Changelog

#### [1.0.3](https://github.com/xdan/docium/compare/1.0.2...1.0.3)
- Fixed bug in package.json [`f691686`](https://github.com/xdan/docium/commit/f69168603a509f2a7903d1909742d03c0a3dcada)
#### 1.0.2
> 18 May 2021
- Start commit [`06921a6`](https://github.com/xdan/docium/commit/06921a6c47b98ff33636e5ac2001c0bbe1501b8e)
- Added header information [`21d9be8`](https://github.com/xdan/docium/commit/21d9be86037647f63184076b6bcf983e1b2a91c2)
- New version 1.0.2. Read more https://github.com/xdan/docium/blob/master/CHANGELOG.MD [`e3d6087`](https://github.com/xdan/docium/commit/e3d60876c5924063156da93b204cf6b14495d5f7)

4

package.json
{
"name": "docium",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -11,3 +11,3 @@ "bin": {

"newversion": "npm run lint && npm test && npm version patch --no-git-tag-version && npm run changelog && npm start && npm run newversiongit && npm publish ./",
"newversiongit": "git add --all && git commit -m \"New version $npm_package_version. Read more https://github.com/xdan/docium/blob/master/CHANGELOG.MD \" && git tag $npm_package_version && git push --tags origin HEAD:master",
"newversiongit": "git add --all && git commit -m \"New version $npm_package_version. Read more https://github.com/xdan/docium/blob/master/CHANGELOG.md \" && git tag $npm_package_version && git push --tags origin HEAD:master",
"lint": "npx eslint ./src/ ./tests/ && stylelint ./src/**/*.css",

@@ -14,0 +14,0 @@ "changelog": "auto-changelog -p --hide-credit --ignore-commit-pattern tmp",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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