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

lorem-ipsum

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lorem-ipsum - npm Package Compare versions

Comparing version 2.0.0-alpha.11 to 2.0.0-alpha.12

1

dist/bin/lorem-ipsum.bin.js

@@ -0,1 +1,2 @@

#!/usr/bin/env node
"use strict";

@@ -2,0 +3,0 @@

5

package.json
{
"name": "lorem-ipsum",
"version": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"description": "Generates passages of lorem ipsum text suitable for use as placeholder copy in web pages, graphics, and more. Works in the browser, NodeJS, and React Native.",

@@ -20,3 +20,4 @@ "author": "Nickolas Kenyeres <nkenyeres@gmail.com> (http://knicklabs.github.com)",

"build:js": "rm -rf dist && babel src --ignore '**/*.test.ts' --out-dir dist --extensions \".ts,.tsx\" --source-maps inline",
"build": "npm run build:types && npm run build:js",
"build:exec": "sed -i '1i #!/usr/bin/env node' dist/bin/lorem-ipsum.bin.js",
"build": "npm run build:types && npm run build:js && npm run build:exec",
"lint:check": "tslint -c tslint.json src/**/*.ts",

@@ -23,0 +24,0 @@ "test": "jest --coverage",

@@ -18,3 +18,3 @@ # lorem-ipsum

```
npm i lorem-ipsum@2.0.0-alpha.11
npm i lorem-ipsum@2.0.0-alpha.12
```

@@ -21,0 +21,0 @@

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