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

@atlaskit/primitives

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/primitives - npm Package Compare versions

Comparing version 1.14.0 to 1.15.0

10

CHANGELOG.md
# @atlaskit/primitives
## 1.15.0
### Minor Changes
- [#60570](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60570) [`d74bd13bec9c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d74bd13bec9c) - Restrict usage of data-testid to primitives (`testId` should be used instead). This prop is currently silently ignored so this is just to follow the principle of least surprise when using primitives.
### Patch Changes
- Updated dependencies
## 1.14.0

@@ -4,0 +14,0 @@

1

dist/types-ts4.5/components/types.d.ts

@@ -8,2 +8,3 @@ import type { CSSProperties } from 'react';

testId?: string;
'data-testid'?: never;
/**

@@ -10,0 +11,0 @@ * Apply a subset of permitted styles, powered by Atlassian Design System tokens.

@@ -8,2 +8,3 @@ import type { CSSProperties } from 'react';

testId?: string;
'data-testid'?: never;
/**

@@ -10,0 +11,0 @@ * Apply a subset of permitted styles, powered by Atlassian Design System tokens.

4

package.json
{
"name": "@atlaskit/primitives",
"version": "1.14.0",
"version": "1.15.0",
"description": "Primitives are token-backed low-level building blocks.",

@@ -108,3 +108,3 @@ "publishConfig": {

"@atlaskit/app-provider": "^0.4.0",
"@atlaskit/tokens": "^1.29.0",
"@atlaskit/tokens": "^1.30.0",
"@babel/runtime": "^7.0.0",

@@ -111,0 +111,0 @@ "@emotion/react": "^11.7.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