New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/checkbox

Package Overview
Dependencies
Maintainers
0
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/checkbox - npm Package Compare versions

Comparing version 15.1.0 to 15.1.1

8

CHANGELOG.md
# @atlaskit/checkbox
## 15.1.1
### Patch Changes
- [#166026](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/166026)
[`962b5e77810fb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/962b5e77810fb) -
Adds side-effect config to support Compiled css extraction in third-party apps
## 15.1.0

@@ -4,0 +12,0 @@

2

dist/cjs/checkbox.js

@@ -199,3 +199,3 @@ "use strict";

packageName: "@atlaskit/checkbox",
packageVersion: "15.1.0"
packageVersion: "15.1.1"
});

@@ -202,0 +202,0 @@ var internalRef = (0, _react.useRef)(null);

@@ -185,3 +185,3 @@ import _extends from "@babel/runtime/helpers/extends";

packageName: "@atlaskit/checkbox",
packageVersion: "15.1.0"
packageVersion: "15.1.1"
});

@@ -188,0 +188,0 @@ const internalRef = useRef(null);

@@ -193,3 +193,3 @@ import _extends from "@babel/runtime/helpers/extends";

packageName: "@atlaskit/checkbox",
packageVersion: "15.1.0"
packageVersion: "15.1.1"
});

@@ -196,0 +196,0 @@ var internalRef = useRef(null);

{
"name": "@atlaskit/checkbox",
"version": "15.1.0",
"version": "15.1.1",
"description": "A checkbox is an input control that allows a user to select one or more options from a number of choices.",

@@ -23,3 +23,5 @@ "publishConfig": {

},
"sideEffects": false,
"sideEffects": [
"**/*.compiled.css"
],
"atlaskit:src": "src/index.tsx",

@@ -40,6 +42,6 @@ "atlassian": {

"@atlaskit/css": "^0.6.0",
"@atlaskit/ds-lib": "^3.1.0",
"@atlaskit/icon": "^22.23.0",
"@atlaskit/ds-lib": "^3.2.0",
"@atlaskit/icon": "^22.24.0",
"@atlaskit/theme": "^14.0.0",
"@atlaskit/tokens": "^2.0.0",
"@atlaskit/tokens": "^2.2.0",
"@babel/runtime": "^7.0.0",

@@ -55,3 +57,3 @@ "@emotion/react": "^11.7.1"

"@af/visual-regression": "*",
"@atlaskit/primitives": "^12.2.0",
"@atlaskit/primitives": "^13.2.0",
"@atlaskit/ssr": "*",

@@ -64,3 +66,3 @@ "@atlaskit/visual-regression": "*",

"react-dom": "^16.8.0",
"storybook-addon-performance": "^0.16.0",
"storybook-addon-performance": "^0.17.3",
"typescript": "~5.4.2",

@@ -67,0 +69,0 @@ "wait-for-expect": "^1.2.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