Comparing version 1.0.0 to 1.0.1
{ | ||
"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 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
66181
261
0