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

react-middle-ellipsis

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-middle-ellipsis - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/react-middle-ellipsis.js

59

package.json
{
"name": "react-middle-ellipsis",
"version": "1.0.2",
"version": "1.0.3",
"description": "Put the dots in the middle of a long string, versus the end.",

@@ -16,6 +16,7 @@ "author": "bluepeter",

"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"prepare": "yarn run build",
"predeploy": "cd ./example && yarn install && yarn run build",
"build": "webpack --env dev && webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
"start": "yarn run dev",
"prepublish": "rm -rf ./dist/ && yarn run build",
"predeploy": "cd ./example && yarn && yarn run build",
"deploy": "gh-pages -d ./example/build"

@@ -28,31 +29,35 @@ },

"devDependencies": {
"@svgr/rollup": "^2.4.1",
"babel-core": "^6.26.3",
"@babel/core": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.1.4",
"eslint": "^5.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.1.0",
"babel-register": "^6.26.0",
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"gh-pages": "^2.0.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "^3.0.1",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0"
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"yargs": "^13.2.4"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"babel-plugin-add-module-exports"
]
},
"files": [
"dist"
]
],
"dependencies": {}
}
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