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

@planningcenter/doxy-web

Package Overview
Dependencies
Maintainers
10
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@planningcenter/doxy-web - npm Package Compare versions

Comparing version 2.4.0-rc.1 to 2.4.0-rc.2

7

dist/index.es.js

@@ -333,3 +333,3 @@ import React, { useRef, useEffect, useState, forwardRef } from 'react';

}, /*#__PURE__*/React.createElement("button", {
"aria-label": "decrement input value",
"aria-label": "decrease quantity",
className: "number-spinner__btn number-spinner__btn-decrement",

@@ -342,2 +342,3 @@ disabled: disabled || value === min,

}, /*#__PURE__*/React.createElement("span", null, "-")), /*#__PURE__*/React.createElement("input", {
"aria-label": "quantity",
className: "number-spinner__input",

@@ -358,3 +359,3 @@ disabled: disabled,

}), /*#__PURE__*/React.createElement("button", {
"aria-label": "increment input value",
"aria-label": "increase quantity",
className: "number-spinner__btn number-spinner__btn-increment",

@@ -430,3 +431,3 @@ disabled: disabled || value === max,

let {
color = "tint3",
color = "tint2",
level,

@@ -433,0 +434,0 @@ text

@@ -342,3 +342,3 @@ 'use strict';

}, /*#__PURE__*/React__default["default"].createElement("button", {
"aria-label": "decrement input value",
"aria-label": "decrease quantity",
className: "number-spinner__btn number-spinner__btn-decrement",

@@ -351,2 +351,3 @@ disabled: disabled || value === min,

}, /*#__PURE__*/React__default["default"].createElement("span", null, "-")), /*#__PURE__*/React__default["default"].createElement("input", {
"aria-label": "quantity",
className: "number-spinner__input",

@@ -367,3 +368,3 @@ disabled: disabled,

}), /*#__PURE__*/React__default["default"].createElement("button", {
"aria-label": "increment input value",
"aria-label": "increase quantity",
className: "number-spinner__btn number-spinner__btn-increment",

@@ -439,3 +440,3 @@ disabled: disabled || value === max,

let {
color = "tint3",
color = "tint2",
level,

@@ -442,0 +443,0 @@ text

{
"name": "@planningcenter/doxy-web",
"version": "2.4.0-rc.1",
"version": "2.4.0-rc.2",
"description": "Doxy for Church Center Web",

@@ -116,2 +116,2 @@ "main": "dist/index.js",

]
}
}

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