Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@capsizecss/core

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capsizecss/core - npm Package Compare versions

Comparing version 3.1.1 to 4.0.0

dist/index.cjs

58

package.json
{
"name": "@capsizecss/core",
"version": "3.1.1",
"version": "4.0.0",
"description": "Flipping how we define typography",
"main": "dist/capsizecss-core.cjs.js",
"module": "dist/capsizecss-core.esm.js",
"browser": {
"./dist/capsizecss-core.cjs.js": "./dist/capsizecss-core.browser.cjs.js",
"./dist/capsizecss-core.esm.js": "./dist/capsizecss-core.browser.esm.js"
},
"preconstruct": {
"entrypoints": [
"index.ts"
]
},
"files": [
"/dist"
],
"author": {
"name": "Michael Taranto",
"homepage": "https://github.com/michaeltaranto"
},
"repository": {
"type": "git",
"url": "https://github.com/seek-oss/capsize.git",
"directory": "packages/core"
},
"keywords": [

@@ -47,3 +24,29 @@ "capsize",

],
"repository": {
"type": "git",
"url": "https://github.com/seek-oss/capsize.git",
"directory": "packages/core"
},
"license": "MIT",
"author": {
"name": "Michael Taranto",
"homepage": "https://github.com/michaeltaranto"
},
"exports": {
".": {
"types": {
"import": "./dist/index.d.mts",
"require": "./dist/index.d.ts"
},
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {

@@ -53,5 +56,8 @@ "csstype": "^3.1.1"

"devDependencies": {
"@babel/core": "^7.19.6",
"@emotion/css": "^11.1.3"
"@emotion/css": "^11.11.2"
},
"scripts": {
"build": "crackle package",
"dev": "crackle dev --shim=none"
}
}

@@ -84,2 +84,4 @@ <img src="https://raw.githubusercontent.com/seek-oss/capsize/HEAD/images/capsize-header.png#gh-light-mode-only" alt="Capsize" title="Capsize" width="443px" />

> ⚠️ Note: It is not recommended to apply further layout-related styles to the same element, as this will risk interfering with the styles used for the trim. Instead consider using a nested element.
### `createStyleString`

@@ -115,2 +117,4 @@

> ⚠️ Note: It is not recommended to apply further layout-related styles to the same element, as this will risk interfering with the styles used for the trim. Instead consider using a nested element.
## Options

@@ -229,3 +233,3 @@

font-family: Lobster, 'Lobster Fallback: Helvetica Neue',
'Lobster Fallback: Arial';
'Lobster Fallback: Arial', 'Helvetica Neue', Arial;
}

@@ -232,0 +236,0 @@

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