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 1.0.5 to 1.0.6

4

dist/txtgen.min.js
/**
* txtgen
* v1.0.5
* built: Tue, 27 Sep 2016 08:06:46 GMT
* v1.0.6
* built: Wed, 28 Sep 2016 10:00:39 GMT
* git: https://github.com/ndaidong/txtgen

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

{
"version": "1.0.5",
"version": "1.0.6",
"name": "txtgen",

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

@@ -7,3 +7,3 @@ # txtgen

[![Coverage Status](https://coveralls.io/repos/github/ndaidong/txtgen/badge.svg?branch=master&noop)](https://coveralls.io/github/ndaidong/txtgen?branch=master)
![Dependency Status](https://david-dm.org/ndaidong/txtgen.svg)
[![Dependency Status](https://www.versioneye.com/user/projects/57e8dfb3bd6fa600316f905c/badge.svg?style=flat)](https://www.versioneye.com/user/projects/57e8dfb3bd6fa600316f905c)
[![Known Vulnerabilities](https://snyk.io/test/npm/txtgen/badge.svg)](https://snyk.io/test/npm/txtgen)

@@ -10,0 +10,0 @@

@@ -54,4 +54,11 @@ /**

test('txtgen.addNouns():', (assert) => {
let count = txtgen.addNouns([bella.createId(), bella.createId(), bella.createId()]);
assert.equals(count, 85, 'After adding 3 items => 85 nouns');
let count = txtgen.addNouns([
bella.createId(),
bella.createId(),
bella.createId(),
'file',
'class',
'family'
]);
assert.equals(count, 88, 'After adding 6 items => 88 nouns');
assert.end();

@@ -58,0 +65,0 @@ });

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