Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.3 to 1.2.0

README.md

42

package.json
{
"name": "@daren/typography",
"version": "1.1.3",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"version": "1.2.0",
"repository": {

@@ -13,6 +9,3 @@ "type": "git",

},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"typings": "dist/types/index.d.ts",
"sideEffects": false,
"exports": {

@@ -24,2 +17,6 @@ ".": {

},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"typings": "dist/types/index.d.ts",
"files": [

@@ -30,24 +27,27 @@ "dist"

"prebuild": "rimraf dist",
"start": "nodemon --watch src --exec yarn build -e ts,tsx",
"build": "concurrently yarn:build:*",
"build:cjs": "cross-env BABEL_ENV=cjs babel lib --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps",
"build:esm": "cross-env BABEL_ENV=esm babel lib --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
"lint": "concurrently yarn:lint:*",
"lint:lib": "eslint lib --ext .ts,.tsx --config ../../.eslintrc.js",
"lint:types": "tsc --noEmit",
"start": "nodemon --watch lib --exec yarn build -e ts,tsx",
"test": "jest --env=jsdom --passWithNoTests",
"lint": "concurrently yarn:lint:*",
"version": "yarn build",
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps",
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
"test:cov": "yarn test --coverage",
"lint:src": "eslint src --ext .ts,.tsx --config ../../.eslintrc.js",
"lint:types": "tsc --noEmit"
"version": "yarn build"
},
"dependencies": {
"@daren/utils": "^1.2.0"
},
"devDependencies": {
"react": "^17.0.2"
},
"dependencies": {
"@daren/utils": "^1.1.0"
},
"peerDependencies": {
"react": ">=17.0.2"
},
"gitHead": "89d30725f6be9bd6059c7c80537f972d42551a3d"
"publishConfig": {
"access": "public"
},
"gitHead": "071d1e13c8ceaa685250e731921f18aefc322231"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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