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.4.7 to 1.4.8

dist/cjs/index.js

41

package.json
{
"name": "@daren/typography",
"version": "1.4.7",
"version": "1.4.8",
"repository": {

@@ -10,23 +10,21 @@ "type": "git",

"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"unpkg": "dist/index.global.js",
"typings": "dist/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"typings": "dist/types/index.d.ts",
"exports": {
".": {
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js"
},
"./package.json": "./package.json"
},
"files": [
"dist",
"lib"
"dist"
],
"tsup": {
"entry": [
"lib/index.ts"
],
"format": [
"esm",
"cjs",
"iife"
]
},
"scripts": {
"build": "run-s build:*",
"build:source": "tsup --env.NODE_ENV production --minify --sourcemap --clean --dts",
"build:esm": "cross-env BABEL_ENV=esm babel lib --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps",
"build:cjs": "cross-env BABEL_ENV=cjs babel lib --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",

@@ -36,2 +34,3 @@ "lint": "run-p lint:*",

"lint:types": "tsc --noEmit",
"prebuild": "rimraf dist",
"start": "nodemon --watch lib --exec yarn build -e ts,tsx",

@@ -42,4 +41,6 @@ "test": "jest --env=jsdom --passWithNoTests",

},
"dependencies": {
"@daren/utils": "1.5.6"
},
"devDependencies": {
"@daren/utils": "1.5.5",
"react": "^18.2.0"

@@ -53,3 +54,3 @@ },

},
"gitHead": "12119c81f7490c3efa6db35802f8b3f96f1aff23"
"gitHead": "615327dfce449be104fefd7ca49417314f2ffafe"
}
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