Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "casual", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Neat fake data generator", | ||
@@ -17,2 +17,6 @@ "main": "src/casual.js", | ||
"testing", | ||
"seed", | ||
"random", | ||
"mock", | ||
"mocking", | ||
"generator" | ||
@@ -19,0 +23,0 @@ ], |
@@ -83,3 +83,3 @@ ## Fake data generator [![Build Status](https://travis-ci.org/boo1ean/casual.png?branch=master)](https://travis-ci.org/boo1ean/casual) | ||
casual.full_name // 'Kadin Torphy' | ||
casual.password // '(205)580-1380Schumm' | ||
casual.password // '(205)580-1350Schumm' | ||
casual.name_prefix // 'Miss' | ||
@@ -213,3 +213,3 @@ casual.name_suffix // 'Jr.' | ||
See custom generators | ||
[Jump to custom generators](#define-custom-generators) | ||
@@ -275,3 +275,3 @@ #### register_provider | ||
``` | ||
```javascript | ||
var casual = require('casual').functions(); | ||
@@ -282,3 +282,3 @@ | ||
// Generate text | ||
// Generate timestamp | ||
casual.unix_time(); | ||
@@ -285,0 +285,0 @@ ``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
109508