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.5.19 to 1.6.0

src/providers/ja_JP/address.js

8

package.json
{
"name": "casual",
"version": "1.5.19",
"version": "1.6.0",
"description": "Fake data generator",

@@ -30,7 +30,7 @@ "main": "src/casual.js",

"devDependencies": {
"mocha": "^5.2.0",
"realist": "~0.2.5",
"should": "~3.1.2",
"mocha": "~1.17.1",
"text-table": "~0.2.0",
"realist": "~0.2.5"
"text-table": "~0.2.0"
}
}

@@ -69,2 +69,3 @@ var helpers = require('./helpers');

'sv_SE',
'ja_JP',
];

@@ -71,0 +72,0 @@

@@ -1486,2 +1486,105 @@ var number = require('./number');

},
animals: [
"alligator",
"alpaca",
"ant",
"antelope",
"ape",
"armadillo",
"baboon",
"badger",
"barracuda",
"bat",
"bear",
"beaver",
"bee",
"bird",
"bison",
"boar",
"buffalo",
"butterfly",
"camel",
"cat",
"caterpillar",
"cattle",
"chameleon",
"cheetah",
"cobra",
"cockroach",
"coyote",
"crab",
"crane",
"crocodile",
"crow",
"curlew",
"deer",
"dinosaur",
"dog",
"dolphin",
"donkey",
"dotterel",
"dove",
"dragonfly",
"duck",
"eagle",
"eel",
"elk",
"emu",
"falcon",
"fish",
"flamingo",
"fly",
"fox",
"frog",
"gaur",
"gnu",
"goat",
"goose",
"gorilla",
"gull",
"hamster",
"hare",
"hawk",
"hedgehog",
"hippo",
"hornet",
"horse",
"jaguar",
"jellyfish",
"kangaroo",
"koala",
"lark",
"leopard",
"lion",
"lobster",
"locust",
"mongoose",
"monkey",
"moose",
"octopus",
"otter",
"owl",
"oyster",
"panther",
"parrot",
"panda",
"pig",
"pigeon",
"rat",
"raven",
"seal",
"shark",
"sheep",
"snail",
"snake",
"spider",
"swan",
"tiger",
"toad",
"turkey",
"wolf",
"wombat",
"zebra",
],

@@ -1541,2 +1644,6 @@ locale: function() {

}))();
},
animal: function () {
return this.random_element(this.animals);
}

@@ -1543,0 +1650,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