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

@daren/typography

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daren/typography - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

11

package.json
{
"name": "@daren/typography",
"version": "1.3.4",
"version": "1.3.5",
"repository": {

@@ -25,4 +25,3 @@ "type": "git",

"scripts": {
"prebuild": "rimraf dist",
"build": "concurrently yarn:build:*",
"build": "run-p build:*",
"build:cjs": "cross-env BABEL_ENV=cjs babel lib --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps",

@@ -32,3 +31,3 @@ "build:esm": "cross-env BABEL_ENV=esm babel lib --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps",

"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"lint": "concurrently yarn:lint:*",
"lint": "run-p lint:*",
"lint:lib": "eslint lib --ext .ts,.tsx --config ../../.eslintrc.js",

@@ -42,3 +41,3 @@ "lint:types": "tsc --noEmit",

"dependencies": {
"@daren/utils": "^1.3.2"
"@daren/utils": "^1.3.3"
},

@@ -54,3 +53,3 @@ "devDependencies": {

},
"gitHead": "e62d8f51fd3a85019bb98ced9df54f01e925200a"
"gitHead": "3250f95f2650b1603e16b0834fef0beb8663e64b"
}

@@ -6,3 +6,3 @@ # `@daren/typography`

```
yarn install @daren/typography
npm install @daren/typography
```
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