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.3.2 to 1.3.3

2

package.json
{
"name": "casual",
"version": "1.3.2",
"version": "1.3.3",
"description": "Neat fake data generator",

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

@@ -94,3 +94,3 @@ var helpers = require('../helpers')

words: function(n) {
return provider.array_of_words().join(' ');
return provider.array_of_words(n).join(' ');
},

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