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

@carbon/type

Package Overview
Dependencies
Maintainers
20
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carbon/type - npm Package Compare versions

Comparing version

to
10.31.0

3

es/index.js

@@ -671,2 +671,3 @@ import { px, baseFontSize, rem, breakpoint, breakpoints } from '@carbon/layout';

var _excluded = ["breakpoints"];
var breakpointNames = Object.keys(breakpoints);

@@ -680,3 +681,3 @@

var fluidBreakpoints = selector.breakpoints,
styles = _objectWithoutProperties(selector, ["breakpoints"]);
styles = _objectWithoutProperties(selector, _excluded);

@@ -683,0 +684,0 @@ if (_typeof(fluidBreakpoints) !== 'object') {

@@ -675,2 +675,3 @@ 'use strict';

var _excluded = ["breakpoints"];
var breakpointNames = Object.keys(layout.breakpoints);

@@ -684,3 +685,3 @@

var fluidBreakpoints = selector.breakpoints,
styles = _objectWithoutProperties(selector, ["breakpoints"]);
styles = _objectWithoutProperties(selector, _excluded);

@@ -687,0 +688,0 @@ if (_typeof(fluidBreakpoints) !== 'object') {

{
"name": "@carbon/type",
"description": "Typography for digital and software products using the Carbon Design System",
"version": "10.31.0-rc.0",
"version": "10.31.0",
"license": "Apache-2.0",

@@ -40,3 +40,3 @@ "main": "lib/index.js",

"@carbon/import-once": "^10.6.0",
"@carbon/layout": "^10.27.0-rc.0"
"@carbon/layout": "^10.27.0"
},

@@ -55,3 +55,3 @@ "devDependencies": {

},
"gitHead": "49e427c7756fd928db99b0d201928b87d4ab2c71"
"gitHead": "d6041f75d05916f33380502670a56abf82b45a20"
}

@@ -675,2 +675,3 @@ (function (global, factory) {

var _excluded = ["breakpoints"];
var breakpointNames = Object.keys(layout.breakpoints);

@@ -684,3 +685,3 @@

var fluidBreakpoints = selector.breakpoints,
styles = _objectWithoutProperties(selector, ["breakpoints"]);
styles = _objectWithoutProperties(selector, _excluded);

@@ -687,0 +688,0 @@ if (_typeof(fluidBreakpoints) !== 'object') {