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

@codedrop/typography

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codedrop/typography - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

8

package.json
{
"name": "@codedrop/typography",
"version": "0.0.2",
"version": "0.0.3",
"description": "typography component",

@@ -22,4 +22,4 @@ "repository": {

"dependencies": {
"@codedrop/base": "^0.0.3",
"@codedrop/constants": "^0.0.4"
"@codedrop/base": "^0.0.4",
"@codedrop/constants": "^0.0.5"
},

@@ -30,3 +30,3 @@ "browserstypography": "last 2 versions, > 0.25%, firefox esr, ie 11, not dead",

},
"gitHead": "cbfd5ae491b63020e39da906d96d7834204f31d9"
"gitHead": "163610e0dc0dde56e38b5ba98d90f025025f7d08"
}

@@ -24,3 +24,3 @@ # @codedrop/typography

```css
@import "@codedrop/typography";
@import '@codedrop/typography';
```

@@ -31,7 +31,7 @@

```css
@import "@codedrop/constants";
@import '@codedrop/constants';
@import "path/to/local/project/vars.css";
@import 'path/to/local/project/vars.css';
@import "@codedrop/typography/src/_typography.css";
@import '@codedrop/typography/src/_typography.css';

@@ -38,0 +38,0 @@ .typography {

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