New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

app-bar

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-bar - npm Package Compare versions

Comparing version 1.7.2 to 1.8.0

16

CHANGELOG.md

@@ -0,1 +1,17 @@

# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.8.0"></a>
# [1.8.0](https://gitlab.com/iiroj/app-bar/compare/v1.7.2...v1.8.0) (2018-08-16)
### Features
* Use standard-version ([3584814](https://gitlab.com/iiroj/app-bar/commit/3584814))
----
# Changelog

@@ -2,0 +18,0 @@ All notable changes to this project will be documented in this file.

11

package.json
{
"name": "app-bar",
"version": "1.7.2",
"version": "1.8.0",
"description": "An app bar for React that stays out of your way",

@@ -19,3 +19,7 @@ "license": "MIT",

"lint": "tslint -p tsconfig.json",
"build": "tsc --build tsconfig.build.json"
"build": "tsc --build tsconfig.build.json",
"version": "standard-version",
"prerelease": "npm run lint && npm run build",
"release": "git push --follow-tags origin master",
"postrelease": "npm publish"
},

@@ -27,3 +31,3 @@ "peerDependencies": {

"devDependencies": {
"@types/react": "^16.4.8",
"@types/react": "^16.4.11",
"@types/react-dom": "^16.0.7",

@@ -36,2 +40,3 @@ "css-wipe": "^4.3.0",

"react-dom": "^16.4.2",
"standard-version": "^4.4.0",
"tslint": "^5.11.0",

@@ -38,0 +43,0 @@ "tslint-config-prettier": "^1.14.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