New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-lorem-ipsum

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-lorem-ipsum - npm Package Compare versions

Comparing version

to
1.4.4

4

dist/lorem-ipsum/index.js

@@ -18,4 +18,6 @@ "use strict";

function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; }
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(source, true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(source).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }

@@ -22,0 +24,0 @@

{
"name": "react-lorem-ipsum",
"version": "1.4.3",
"description": "React Component for Creating Lorem Ipsum Text as Placeholder",
"main": "dist/index.js",
"scripts": {
"test": "jest --verbose",
"start": "webpack-dev-server --mode development",
"transpileJS": "babel src -d dist --no-comments --copy-files",
"transpileSASS": "node-sass --output-style compressed src/style.scss > dist/style.css",
"transpile": "npm run transpileJS && npm run transpileSASS",
"prepublishOnly": "npm run transpileJS",
"build": "webpack --mode production",
"deploy": "gh-pages -d examples/dist",
"publish:gh-pages": "npm run build && npm run deploy",
"publish:travis": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fatihtelis/react-lorem-ipsum.git"
},
"homepage": "https://github.com/fatihtelis/react-lorem-ipsum#readme",
"bugs": {
"url": "https://github.com/fatihtelis/react-lorem-ipsum/issues"
},
"keywords": [
"react",
"reactjs",
"component",
"lorem",
"ipsum",
"lorem ipsum",
"lipsum",
"placeholder",
"gibberish",
"text",
"random",
"name",
"surname",
"full name",
"username"
],
"author": "Fatih Telis <fatih.telis@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1"
},
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js"
}
}
"name": "react-lorem-ipsum",
"version": "1.4.4",
"description": "React Component for Creating Lorem Ipsum Text as Placeholder",
"main": "dist/index.js",
"scripts": {
"test": "jest --verbose",
"start": "webpack-dev-server --mode development",
"transpileJS": "babel src -d dist --no-comments --copy-files",
"transpileSASS": "node-sass --output-style compressed src/style.scss > dist/style.css",
"transpile": "npm run transpileJS && npm run transpileSASS",
"prepublishOnly": "npm run transpileJS",
"build": "webpack --mode production",
"deploy": "gh-pages -d examples/dist",
"publish:gh-pages": "npm run build && npm run deploy",
"publish:travis": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fatihtelis/react-lorem-ipsum.git"
},
"homepage": "https://github.com/fatihtelis/react-lorem-ipsum#readme",
"bugs": {
"url": "https://github.com/fatihtelis/react-lorem-ipsum/issues"
},
"keywords": [
"react",
"reactjs",
"component",
"lorem",
"ipsum",
"lorem ipsum",
"lipsum",
"placeholder",
"gibberish",
"text",
"random",
"name",
"surname",
"full name",
"username"
],
"author": "Fatih Telis <fatih.telis@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"gh-pages": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"node-sass": "^4.13.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0"
},
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js"
}
}
}

@@ -0,0 +0,0 @@ # React Lorem Ipsum

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet