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

react-dynamic-font

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dynamic-font - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

browser/react-dynamic-font.min.js

11

package.json
{
"name": "react-dynamic-font",
"version": "1.0.0",
"version": "1.0.1",
"description": "make your text does not wrap and dynamically adjust the font size",
"main": "lib/index.js",
"module": "es/index.js",
"umd": "umd/react-dynamic-font.js",
"nonmodule": "browser/react-dynamic-font.min.js",
"files": [
"lib",
"es",
"umd"
"browser"
],

@@ -16,3 +16,3 @@ "scripts": {

"lint": "eslint src demo",
"clean": "rimraf lib es umd",
"clean": "rimraf lib es browser",
"build:rollup": "rollup -c",

@@ -22,3 +22,3 @@ "build": "run-s lint clean build:rollup",

"prepush": "run-s lint",
"prepublish": "run-s build"
"prepublishOnly": "run-s build"
},

@@ -54,2 +54,3 @@ "repository": {

"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
"babel-polyfill": "^6.26.0",

@@ -56,0 +57,0 @@ "babel-preset-latest": "^6.24.1",

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