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
14
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.3.0-alpha.5323

18

package.json
{
"name": "@carbon/type",
"description": "Typography for digital and software products using the Carbon Design System",
"version": "10.2.0",
"version": "10.3.0-alpha.5323+68851267",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/type",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/type",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"files": [

@@ -23,3 +23,5 @@ "es",

"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],

@@ -34,7 +36,7 @@ "publishConfig": {

"dependencies": {
"@carbon/import-once": "10.2.0",
"@carbon/layout": "10.2.0"
"@carbon/import-once": "^10.2.0",
"@carbon/layout": "^10.3.0-alpha.5323+68851267"
},
"devDependencies": {
"@carbon/bundler": "10.2.0",
"@carbon/bundler": "^10.3.0-alpha.5323+68851267",
"rimraf": "^2.6.2"

@@ -48,3 +50,3 @@ },

},
"gitHead": "e71825a0cf44f6f41fee7d2b0dd9c57d7bda126a"
"gitHead": "68851267b6c64a53cd0261d2ea6c009960376dbb"
}

@@ -263,3 +263,3 @@ # @carbon/type

- [Styled-components](./examples/styled-components)
- [styled-components](./examples/styled-components)

@@ -270,3 +270,3 @@ ## πŸ™Œ Contributing

or help us improve the project documentation. If you're interested, definitely
check out our [Contributing Guide](/.github/CONTRIBUTING.md) ! πŸ‘€
check out our [Contributing Guide](/.github/CONTRIBUTING.md)! πŸ‘€

@@ -273,0 +273,0 @@ ## πŸ“ License

@@ -8,3 +8,3 @@ /**

import { breakpoint as bp, breakpoints, rem } from '@carbon/layout';
import { breakpoint as bp, breakpoints } from '@carbon/layout';

@@ -11,0 +11,0 @@ const breakpointNames = Object.keys(breakpoints);

@@ -8,3 +8,3 @@ /**

import { breakpoint, breakpoints, px, rem } from '@carbon/layout';
import { px, rem } from '@carbon/layout';
import { fluid } from './fluid';

@@ -11,0 +11,0 @@ import { fontWeights } from './fontWeight';