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

txtgen

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

txtgen - npm Package Compare versions

Comparing version 0.2.1 to 1.0.1

4

dist/txtgen.min.js
/**
* txtgen
* v0.2.01
* built: Fri, 17 Jun 2016 10:19:00 GMT
* v1.0.01
* built: Tue, 02 Aug 2016 05:56:17 GMT
* git: https://github.com/ndaidong/txtgen

@@ -6,0 +6,0 @@ * author: @ndaidong

{
"version": "0.2.01",
"version": "1.0.01",
"name": "txtgen",

@@ -16,8 +16,8 @@ "description": "Util for generating random sentences, paragraphs and articles in English",

"scripts": {
"test": "./node_modules/.bin/tape test/start.js | tap-spec",
"coverage": "./node_modules/.bin/nyc tape test/start.js | tap-spec",
"report": "npm run coverage && ./node_modules/.bin/nyc report --reporter=lcov",
"coveralls": "npm run report && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"build": "./node_modules/.bin/gccmin src dist",
"snyk": "./node_modules/.bin/snyk test"
"test": "tape test/start.js | tap-spec",
"coverage": "nyc tape test/start.js | tap-spec",
"report": "npm run coverage && nyc report --reporter=lcov",
"coveralls": "npm run report && cat ./coverage/lcov.info | coveralls",
"build": "gccmin src dist",
"snyk": "snyk test"
},

@@ -24,0 +24,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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