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

pcln-menu

Package Overview
Dependencies
Maintainers
3
Versions
351
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pcln-menu - npm Package Compare versions

Comparing version 4.1.0-beta.1 to 4.1.0

dist//cjs/index.js

28

CHANGELOG.json

@@ -5,2 +5,30 @@ {

{
"version": "4.1.0",
"tag": "pcln-menu_v4.1.0",
"date": "Tue, 23 Feb 2021 15:06:30 GMT",
"comments": {
"minor": [
{
"comment": "Add buttonProps prop for controlling the main button props",
"author": "James <62619213+pcln-james@users.noreply.github.com>",
"commit": "7cb221ae09874858e299a41cdfed6841f4d5054f"
}
],
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `4.5.0`"
},
{
"comment": "Updating dependency \"pcln-popover\" to `4.1.0`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^4.4.1` to `^4.5.0`"
},
{
"comment": "Updating dependency \"pcln-popover\" from `^4.0.6` to `^4.1.0`"
}
]
}
},
{
"version": "4.0.5",

@@ -7,0 +35,0 @@ "tag": "pcln-menu_v4.0.5",

9

CHANGELOG.md
# Change Log - pcln-menu
This log was last generated on Wed, 17 Feb 2021 16:29:34 GMT and should not be manually modified.
This log was last generated on Tue, 23 Feb 2021 15:06:30 GMT and should not be manually modified.
## 4.1.0
Tue, 23 Feb 2021 15:06:30 GMT
### Minor changes
- Add buttonProps prop for controlling the main button props
## 4.0.5

@@ -6,0 +13,0 @@ Wed, 17 Feb 2021 16:29:34 GMT

112

package.json
{
"name": "pcln-menu",
"version": "4.1.0-beta.1",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
"scripts": {
"prepare": "npm run clean && npm run build",
"build": "npm-run-all -p build:*",
"build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/cjs",
"build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/esm",
"build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/es",
"clean": "rimraf dist",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"start": "start-storybook",
"test": "jest --verbose --coverage",
"test:ci": "jest --silent --coverage --runInBand",
"test:update": "jest --updateSnapshot",
"test:ci:update": "jest --runInBand --updateSnapshot"
},
"files": [
"dist/"
],
"author": "Priceline",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@priceline/babel-preset": "workspace:*",
"@priceline/eslint-config": "workspace:*",
"@rushstack/eslint-config": "^2.3.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"cross-env": "^7.0.2",
"eslint": "^7.16.0",
"jest": "^26.4.2",
"jest-standard-reporter": "^1.1.1",
"jest-styled-components": "^6.3.4",
"npm-run-all": "^4.1.5",
"pcln-design-system": "workspace:*",
"pcln-icons": "workspace:*",
"pcln-popover": "workspace:*",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rimraf": "^3.0.2",
"styled-components": "^4.4.1",
"styled-system": "^4.2.4"
},
"peerDependencies": {
"pcln-design-system": "^4.4.1",
"pcln-icons": "^4.1.1",
"pcln-popover": "^4.0.6",
"react": "^16.10.0",
"react-dom": "^16.10.0",
"styled-components": ">=4.4.1"
}
"name": "pcln-menu",
"version": "4.1.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
"scripts": {
"prepare": "npm run clean && npm run build",
"build": "npm-run-all -p build:*",
"build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/cjs",
"build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/esm",
"build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/es",
"clean": "rimraf dist",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"start": "start-storybook",
"test": "jest --verbose --coverage",
"test:ci": "jest --silent --coverage --runInBand",
"test:update": "jest --updateSnapshot",
"test:ci:update": "jest --runInBand --updateSnapshot"
},
"files": [
"dist/"
],
"author": "Priceline",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@priceline/babel-preset": "0.0.1",
"@priceline/eslint-config": "0.0.1",
"@rushstack/eslint-config": "^2.3.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"cross-env": "^7.0.2",
"eslint": "^7.16.0",
"jest": "^26.4.2",
"jest-standard-reporter": "^1.1.1",
"jest-styled-components": "^6.3.4",
"npm-run-all": "^4.1.5",
"pcln-design-system": "4.5.0",
"pcln-icons": "4.1.1",
"pcln-popover": "4.1.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rimraf": "^3.0.2",
"styled-components": "^4.4.1",
"styled-system": "^4.2.4"
},
"peerDependencies": {
"pcln-design-system": "^4.5.0",
"pcln-icons": "^4.1.1",
"pcln-popover": "^4.1.0",
"react": "^16.10.0",
"react-dom": "^16.10.0",
"styled-components": ">=4.4.1"
}
}
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