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 2.2.1 to 2.3.0

dist/index.cjs.js

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="2.3.0"></a>
# [2.3.0](https://gitlab.com/iiroj/app-bar/compare/v2.2.1...v2.3.0) (2019-01-03)
### Features
* upgrade to Rollup v1.0 and build umd bundle ([5c53843](https://gitlab.com/iiroj/app-bar/commit/5c53843))
<a name="2.2.1"></a>

@@ -7,0 +17,0 @@ ## [2.2.1](https://gitlab.com/iiroj/app-bar/compare/v2.2.0...v2.2.1) (2018-12-26)

9

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

@@ -10,4 +10,5 @@ "license": "MIT",

"bugs": "https://gitlab.com/iiroj/app-bar/issues",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"main": "dist/index.js",
"browser": "dist/index.umd.js",
"types": "dist/index.d.ts",

@@ -40,4 +41,6 @@ "files": [

"react-style-reset": "^1.0.2",
"rollup": "^0.68.2",
"rollup": "^1.0.1",
"rollup-plugin-babel-minify": "^6.2.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-typescript2": "^0.18.1",

@@ -44,0 +47,0 @@ "standard-version": "^4.4.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