New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.0 to 1.0.1

51

package.json
{
"name": "casual",
"version": "1.0.0",
"description": "Neat fake data generator",
"main": "src/casual.js",
"scripts": {
"test": "make test"
},
"keywords": [
"fake",
"faker",
"fake",
"data",
"generator"
],
"author": "Egor Gumenyuk <boo1ean0807@gmail.com>",
"license": "MIT",
"dependencies": {
"Faker": "~0.5.11",
"moment": "~2.5.1"
},
"devDependencies": {
"should": "~3.1.2",
"mocha": "~1.17.1"
}
"name": "casual",
"version": "1.0.1",
"description": "Neat fake data generator",
"main": "src/casual.js",
"scripts": {
"test": "make test"
},
"repository": "https://github.com/boo1ean/casual.git",
"keywords": [
"faker",
"fake",
"data",
"casual",
"fixtures",
"testing",
"generator"
],
"author": "Egor Gumenyuk <boo1ean0807@gmail.com>",
"license": "MIT",
"dependencies": {
"Faker": "~0.5.11",
"moment": "~2.5.1"
},
"devDependencies": {
"should": "~3.1.2",
"mocha": "~1.17.1"
}
}

@@ -13,2 +13,4 @@ ## Fake data generator [![Build Status](https://travis-ci.org/boo1ean/casual.png?branch=master)](https://travis-ci.org/boo1ean/casual)

// Generate random sentence
// You don't need function call operator here
// because most of generators use properties mechanism
var sentence = casual.sentence;

@@ -15,0 +17,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