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.5.1 to 1.5.2

2

package.json
{
"name": "casual",
"version": "1.5.1",
"version": "1.5.2",
"description": "Fake data generator",

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

var provider = {
safe_color_names: [

@@ -47,3 +47,3 @@ 'black', 'maroon', 'green', 'navy', 'olive',

rgb_hex: function() {
return '#' + this.integer(0, 16777216).toString(16);
return '#' + ('000000' + this.integer(0, 16777216).toString(16)).slice(-6);
},

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