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

@atlaskit/ds-explorations

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/ds-explorations - npm Package Compare versions

Comparing version 2.0.13 to 2.1.0

10

CHANGELOG.md
# @atlaskit/ds-explorations
## 2.1.0
### Minor Changes
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
### Patch Changes
- Updated dependencies
## 2.0.13

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

2

dist/cjs/version.json
{
"name": "@atlaskit/ds-explorations",
"version": "2.0.13",
"version": "2.1.0",
"sideEffects": false
}
{
"name": "@atlaskit/ds-explorations",
"version": "2.0.13",
"version": "2.1.0",
"sideEffects": false
}
{
"name": "@atlaskit/ds-explorations",
"version": "2.0.13",
"version": "2.1.0",
"sideEffects": false
}

@@ -5,3 +5,3 @@ /** @jsx jsx */

declare const asAllowlist: readonly ["span", "div", "p", "strong"];
declare type AsElement = typeof asAllowlist[number];
declare type AsElement = (typeof asAllowlist)[number];
export interface TextProps extends BasePrimitiveProps {

@@ -8,0 +8,0 @@ /**

{
"name": "@atlaskit/ds-explorations",
"version": "2.0.13",
"version": "2.1.0",
"description": "An experimental package for exploration and validation of spacing / typography foundations.",

@@ -41,3 +41,3 @@ "license": "Apache-2.0",

"dependencies": {
"@atlaskit/tokens": "^1.2.0",
"@atlaskit/tokens": "^1.3.0",
"@babel/runtime": "^7.0.0",

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

"@atlaskit/lozenge": "*",
"@atlaskit/primitives": "^0.8.0",
"@atlaskit/primitives": "^0.9.0",
"@atlaskit/section-message": "*",

@@ -68,6 +68,6 @@ "@atlaskit/ssr": "*",

"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
"@atlassian/codegen": "^0.0.1",
"@atlassian/codegen": "^0.1.0",
"@testing-library/react": "^12.1.5",
"fs-extra": "^4.0.2",
"prettier": "^2.7.0",
"prettier": "^2.8.0",
"react-dom": "^16.8.0",

@@ -74,0 +74,0 @@ "ts-node": "^10.9.1",

@@ -35,3 +35,3 @@ <!-- API Report Version: 2.3 -->

// @public (undocumented)
type AsElement = typeof asAllowlist[number];
type AsElement = (typeof asAllowlist)[number];

@@ -38,0 +38,0 @@ // @public (undocumented)

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