Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.4 to 1.4.5

5

CHANGELOG.md

@@ -7,2 +7,7 @@ # Changelog

## [1.4.5] - 2018-06-24
### changed
- Update packages
- Move demo files to example/
## [1.4.4] - 2018-06-07

@@ -9,0 +14,0 @@ ### Fixed

25

package.json
{
"name": "app-bar",
"version": "1.4.4",
"version": "1.4.5",
"description": "An app bar for React that stays out of your way",
"license": "MIT",
"author": "Iiro Jäppinen <iiro@jappinen.fi> (https://iiro.fi)",
"homepage": "https://gitlab.com/iiroj/app-bar",

@@ -17,3 +18,4 @@ "repository": "gitlab:iiroj/app-bar",

"scripts": {
"start": "parcel demo.html",
"prestart": "rimraf .cache dist",
"start": "parcel example/index.html",
"lint": "tslint -p tsconfig.json",

@@ -27,16 +29,17 @@ "build": "tsc -p tsconfig.build.json"

"devDependencies": {
"@types/react": "^16.3.16",
"@types/react-dom": "^16.0.5",
"@types/react": "^16.4.1",
"@types/react-dom": "^16.0.6",
"css-wipe": "^4.3.0",
"emotion": "^9.1.3",
"parcel-bundler": "^1.8.1",
"prettier": "^1.13.3",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"emotion": "^9.2.4",
"parcel-bundler": "^1.9.2",
"prettier": "^1.13.5",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"rimraf": "^2.6.2",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"tslint-config-standard": "^7.0.0",
"tslint-config-standard": "^7.1.0",
"tslint-plugin-prettier": "^1.3.0",
"tslint-react": "^3.6.0",
"typescript": "^2.9.1"
"typescript": "^2.9.2"
},

@@ -43,0 +46,0 @@ "keywords": [

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