@paypal/react-paypal-js
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -5,2 +5,4 @@ # Changelog | ||
### [6.0.2](https://github.com/paypal/react-paypal-js/compare/v6.0.1...v6.0.2) (2021-06-04) | ||
### [6.0.1](https://github.com/paypal/react-paypal-js/compare/v6.0.0...v6.0.1) (2021-05-16) | ||
@@ -7,0 +9,0 @@ |
@@ -0,1 +1,6 @@ | ||
var _excluded = ["loadingStatus"], | ||
_excluded2 = ["className", "disabled", "children", "forceReRender"], | ||
_excluded3 = ["className"], | ||
_excluded4 = ["className", "forceReRender"]; | ||
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } | ||
@@ -35,3 +40,3 @@ | ||
/*! | ||
* paypal-js v3.1.10 (2021-05-11T18:39:49.901Z) | ||
* paypal-js v3.1.11 (2021-06-03T21:16:51.218Z) | ||
* Copyright 2020-present, PayPal, Inc. All rights reserved. | ||
@@ -333,3 +338,3 @@ * | ||
var loadingStatus = scriptContext.loadingStatus, | ||
restScriptContext = _objectWithoutProperties(scriptContext, ["loadingStatus"]); | ||
restScriptContext = _objectWithoutProperties(scriptContext, _excluded); | ||
@@ -427,3 +432,3 @@ var derivedStatusContext = _objectSpread(_objectSpread({}, restScriptContext), {}, { | ||
forceReRender = _ref2$forceReRender === void 0 ? [] : _ref2$forceReRender, | ||
buttonProps = _objectWithoutProperties(_ref2, ["className", "disabled", "children", "forceReRender"]); | ||
buttonProps = _objectWithoutProperties(_ref2, _excluded2); | ||
@@ -583,3 +588,3 @@ var buttonsContainerRef = useRef(null); | ||
className = _ref4$className === void 0 ? "" : _ref4$className, | ||
markProps = _objectWithoutProperties(_ref4, ["className"]); | ||
markProps = _objectWithoutProperties(_ref4, _excluded3); | ||
@@ -668,3 +673,3 @@ var _usePayPalScriptReduc4 = usePayPalScriptReducer(), | ||
forceReRender = _ref6$forceReRender === void 0 ? [] : _ref6$forceReRender, | ||
messageProps = _objectWithoutProperties(_ref6, ["className", "forceReRender"]); | ||
messageProps = _objectWithoutProperties(_ref6, _excluded4); | ||
@@ -671,0 +676,0 @@ var _usePayPalScriptReduc7 = usePayPalScriptReducer(), |
@@ -12,3 +12,3 @@ 'use strict'; | ||
/*! | ||
* paypal-js v3.1.10 (2021-05-11T18:39:49.901Z) | ||
* paypal-js v3.1.11 (2021-06-03T21:16:51.218Z) | ||
* Copyright 2020-present, PayPal, Inc. All rights reserved. | ||
@@ -15,0 +15,0 @@ * |
{ | ||
"name": "@paypal/react-paypal-js", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "React components for the PayPal JS SDK", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"postpublish": "pinst --enable", | ||
"test": "jest", | ||
"test": "jest --env=jsdom", | ||
"start": "npm run storybook", | ||
@@ -45,8 +45,8 @@ "storybook": "start-storybook -p 6006", | ||
"dependencies": { | ||
"@paypal/paypal-js": "^3.1.10", | ||
"@paypal/sdk-constants": "^1.0.103" | ||
"@paypal/paypal-js": "^3.1.11", | ||
"@paypal/sdk-constants": "^1.0.106" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.14.2", | ||
"@babel/preset-env": "^7.14.2", | ||
"@babel/core": "^7.14.3", | ||
"@babel/preset-env": "^7.14.4", | ||
"@babel/preset-react": "^7.13.13", | ||
@@ -66,22 +66,22 @@ "@babel/preset-typescript": "^7.13.0", | ||
"@testing-library/react": "^11.2.7", | ||
"@types/react": "^17.0.5", | ||
"@typescript-eslint/eslint-plugin": "^4.23.0", | ||
"@typescript-eslint/parser": "^4.23.0", | ||
"babel-jest": "^26.6.3", | ||
"@types/react": "^17.0.9", | ||
"@typescript-eslint/eslint-plugin": "^4.26.0", | ||
"@typescript-eslint/parser": "^4.26.0", | ||
"babel-jest": "^27.0.2", | ||
"babel-loader": "^8.2.2", | ||
"eslint": "^7.26.0", | ||
"eslint": "^7.27.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-react": "^7.23.2", | ||
"eslint-plugin-react": "^7.24.0", | ||
"husky": "^6.0.0", | ||
"jest": "^26.6.3", | ||
"jest": "^27.0.4", | ||
"lint-staged": "^11.0.0", | ||
"pinst": "^2.1.6", | ||
"prettier": "^2.3.0", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0", | ||
"react-is": "^17.0.2", | ||
"rollup": "^2.48.0", | ||
"rollup": "^2.50.6", | ||
"shelljs": "^0.8.4", | ||
"standard-version": "^9.3.0", | ||
"typescript": "^4.2.4" | ||
"typescript": "^4.3.2" | ||
}, | ||
@@ -88,0 +88,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84207
1335
Updated@paypal/paypal-js@^3.1.11