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

casual-browserify

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

casual-browserify - npm Package Compare versions

Comparing version 1.5.4-pre.0 to 1.5.4

index.d.ts

2

package.json
{
"name": "casual-browserify",
"version": "1.5.4-pre.0",
"version": "1.5.4",
"description": "Fake data generator (Browserify friendly)",

@@ -5,0 +5,0 @@ "main": "src/casual_browserify.js",

@@ -138,2 +138,3 @@ ## Fake data generator (Browserify "Friendly!")[![Build Status](https://travis-ci.org/Klowner/casual-browserify.png?branch=master)](https://travis-ci.org/Klowner/casual-browserify)

casual.file_extension // 'rtf'
casual.boolean // true

@@ -140,0 +141,0 @@ // Colors

@@ -559,2 +559,6 @@ var provider = {

return typeof ext === 'string' ? ext : this.random_element(ext);
},
boolean: function() {
return this.coin_flip;
}

@@ -561,0 +565,0 @@ };

@@ -116,3 +116,4 @@ var casual = require('../');

'mime_type',
'file_extension'
'file_extension',
'boolean'
];

@@ -119,0 +120,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