Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

material-ui-popup-state

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-ui-popup-state - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

47

package.json
{
"name": "material-ui-popup-state",
"version": "1.3.0",
"version": "1.3.1",
"description": "easiest way to create menus, popovers, and poppers with material-ui",
"main": "index.js",
"modules.root": "es",
"sideEffects": false,

@@ -26,3 +25,2 @@ "scripts": {

"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once",
"demo:dev": "webpack-dev-server",

@@ -46,4 +44,14 @@ "build:demo": "cross-env NODE_ENV=production BABEL_ENV=es5 webpack",

},
"commitlint": {
"extends": [
"@jedwards1211/commitlint-config"
]
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
},
"config": {
"mocha": "-r @babel/register ./test/utils/setup.js ./test/*.js",
"mocha": "-r @babel/register -r jsdom-global/register test/utils/setup.js test/**.js",
"commitizen": {

@@ -118,3 +126,3 @@ "path": "cz-conventional-changelog"

"eslint-watch": "^4.0.2",
"flow-bin": "^0.91.0",
"flow-bin": "^0.92.0",
"flow-copy-source": "^2.0.2",

@@ -128,3 +136,3 @@ "flow-watch": "^1.1.4",

"lint-staged": "^8.0.4",
"mocha": "^5.2.0",
"mocha": "^5.0.0",
"nyc": "^13.1.0",

@@ -137,5 +145,4 @@ "prettier": "^1.15.2",

"rimraf": "^2.6.0",
"semantic-release": "^15.1.4",
"semantic-release": "^15.13.3",
"sinon": "^6.1.4",
"travis-deploy-once": "^5.0.9",
"webpack": "^4.29.3",

@@ -145,9 +152,27 @@ "webpack-cli": "^3.2.3",

},
"dependencies": {
"@babel/runtime": "^7.1.5",
"prop-types": "^15.0.0"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"prop-types": "^15.0.0"
"renovate": {
"extends": [
":separateMajorReleases",
":combinePatchMinorReleases",
":ignoreUnstable",
":prImmediately",
":renovatePrefix",
":updateNotScheduled",
":preserveSemverRanges",
":semanticPrefixFixDepsChoreOthers",
":automergeDisabled",
"group:monorepos"
],
"automerge": true,
"major": {
"automerge": false
}
}
}
# material-ui-popup-state
[![Build Status](https://travis-ci.org/jcoreio/material-ui-popup-state.svg?branch=master)](https://travis-ci.org/jcoreio/material-ui-popup-state)
[![CircleCI](https://circleci.com/gh/jcoreio/material-ui-popup-state.svg?style=svg)](https://circleci.com/gh/jcoreiomaterial-ui-popup-state)
[![Coverage Status](https://codecov.io/gh/jcoreio/material-ui-popup-state/branch/master/graph/badge.svg)](https://codecov.io/gh/jcoreio/material-ui-popup-state)

@@ -5,0 +5,0 @@ [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

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