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

casual

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

casual - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

6

package.json
{
"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 @@ ],

8

README.md

@@ -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

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