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 2.1.3 to 2.2.0

dist/index.d.ts

10

CHANGELOG.md

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

<a name="2.2.0"></a>
# [2.2.0](https://gitlab.com/iiroj/app-bar/compare/v2.1.3...v2.2.0) (2018-12-26)
### Features
* generate cjs and esm build with rollup ([fedbdbf](https://gitlab.com/iiroj/app-bar/commit/fedbdbf))
<a name="2.1.3"></a>

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

28

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

@@ -10,17 +10,18 @@ "license": "MIT",

"bugs": "https://gitlab.com/iiroj/app-bar/issues",
"main": "index.js",
"types": "index.d.ts",
"module": "dist/index.esm.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"index.js",
"index.d.ts"
"dist/**/*"
],
"sideEffects": "false",
"scripts": {
"start": "parcel example/index.html",
"lint": "tslint -p tsconfig.json",
"build": "tsc --build tsconfig.build.json",
"clean": "tsc --build --clean tsconfig.build.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"watch": "rollup -cw",
"build": "rollup -c",
"preversion": "npm run lint && npm run build",
"version": "standard-version",
"prerelease": "npm run lint && npm run build",
"release": "git push --follow-tags origin master",
"postrelease": "npm publish"
"push": "git push --follow-tags origin master",
"prepublishOnly": "npm run version && npm run push"
},

@@ -35,3 +36,2 @@ "peerDependencies": {

"@types/styled-components": "^4.1.4",
"parcel-bundler": "^1.11.0",
"prettier": "^1.15.3",

@@ -41,4 +41,6 @@ "react": "^16.7.0",

"react-style-reset": "^1.0.2",
"rollup": "^0.68.2",
"rollup-plugin-babel-minify": "^6.2.0",
"rollup-plugin-typescript2": "^0.18.1",
"standard-version": "^4.4.0",
"styled-components": "^4.1.3",
"tslint": "^5.12.0",

@@ -45,0 +47,0 @@ "tslint-config-prettier": "^1.17.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