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

@atlaskit/page

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/page - npm Package Compare versions

Comparing version 12.0.0 to 12.0.1

9

CHANGELOG.md
# @atlaskit/page
## 12.0.1
### Patch Changes
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
to prevent duplicates of tslib being bundled.
## 12.0.0

@@ -4,0 +13,0 @@

1

dist/cjs/Grid.js

@@ -5,3 +5,2 @@ "use strict";

var tslib_1 = require("tslib");
"use strict";
var react_1 = tslib_1.__importStar(require("react"));

@@ -8,0 +7,0 @@ var styled_components_1 = require("styled-components");

@@ -5,3 +5,2 @@ "use strict";

var tslib_1 = require("tslib");
"use strict";
var react_1 = tslib_1.__importStar(require("react"));

@@ -8,0 +7,0 @@ var styled_components_1 = require("styled-components");

@@ -7,5 +7,5 @@ "use strict";

var Grid_1 = require("./Grid");
exports.Grid = Grid_1.default;
Object.defineProperty(exports, "Grid", { enumerable: true, get: function () { return Grid_1.default; } });
var GridColumn_1 = require("./GridColumn");
exports.GridColumn = GridColumn_1.default;
Object.defineProperty(exports, "GridColumn", { enumerable: true, get: function () { return GridColumn_1.default; } });
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getColumnWidth = void 0;
var tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ var styled_components_1 = tslib_1.__importDefault(require("styled-components"));

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getPadding = exports.getMaxWidth = exports.getMargin = void 0;
var tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ var styled_components_1 = tslib_1.__importDefault(require("styled-components"));

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.layout = exports.spacing = exports.defaultGridColumnWidth = exports.defaultGridColumns = exports.defaultGridSize = void 0;
exports.defaultGridSize = 8;

@@ -4,0 +5,0 @@ exports.defaultGridColumns = 12;

{
"name": "@atlaskit/page",
"version": "12.0.0",
"version": "12.0.1",
"sideEffects": false
}
{
"name": "@atlaskit/page",
"version": "12.0.0",
"version": "12.0.1",
"sideEffects": false
}
{
"name": "@atlaskit/page",
"version": "12.0.0",
"version": "12.0.1",
"sideEffects": false
}
{
"name": "@atlaskit/page",
"version": "12.0.0",
"version": "12.0.1",
"description": "A component for building page layouts. Also includes the Grid and GridColumn components.",

@@ -20,2 +20,3 @@ "publishConfig": {

"team": "Design System Team",
"deprecatedAutoEntryPoints": true,
"inPublicMirror": true,

@@ -28,3 +29,3 @@ "releaseModel": "scheduled",

"dependencies": {
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},

@@ -31,0 +32,0 @@ "peerDependencies": {

@@ -7,3 +7,5 @@ # Page

```sh
yarn add @atlaskit/page
```

@@ -10,0 +12,0 @@ ## Usage

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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