📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

read-more-react

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

read-more-react - npm Package Compare versions

Comparing version

to
1.0.3

dist/components/ReadMoreReact.js

14

package.json
{
"name": "read-more-react",
"version": "1.0.2",
"version": "1.0.3",
"description": "A moderately intelligent truncation of text for react",
"main": "./dist/index.js",
"scripts": {
"build": "babel source --presets babel-preset-es2015 --out-dir dist"
"build": "babel source --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"repository": {

@@ -35,4 +42,5 @@ "type": "git",

"devDependencies": {
"babel-cli": "^6.18.0"
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0"
}
}
module.exports = {
context: __dirname,
entry: "./source/index.js",
entry: "./demo/lib/demo.js",
output: {
path: "./dist/",
filename: "index.js"
path: "./demo/",
filename: "root.js"
},

@@ -8,0 +8,0 @@ module: {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet