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.11 to 1.5.12

src/providers/nb_NO/address.js

3

index.d.ts

@@ -82,2 +82,3 @@ declare module "casual" {

_file_extension(): string; // 'rtf'
_uuid(): string; // '2f4dc6ba-bd25-4e66-b369-43a13e0cf150'

@@ -171,2 +172,3 @@ // Colors

file_extension(): string; // 'rtf'
uuid(): string // '2f4dc6ba-bd25-4e66-b369-43a13e0cf150'

@@ -273,2 +275,3 @@ // Colors

file_extension: string; // 'rtf'
uuid: string; // '2f4dc6ba-bd25-4e66-b369-43a13e0cf150'

@@ -275,0 +278,0 @@ // Colors

2

package.json
{
"name": "casual",
"version": "1.5.11",
"version": "1.5.12",
"description": "Fake data generator",

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

@@ -63,3 +63,4 @@ var helpers = require('./helpers');

'ar_SY',
'pt_BR'
'pt_BR',
'nb_NO'
];

@@ -66,0 +67,0 @@

@@ -25,3 +25,3 @@ var casual = require('../');

done('Fail');
done(new Error('Fail'));
});

@@ -214,3 +214,3 @@ };

done('Fail');
done(new Error('Fail'));
});

@@ -226,3 +226,3 @@ });

done('Fail');
done(new Error('Fail'));
});

@@ -238,3 +238,3 @@ });

done('Fail');
done(new Error('Fail'));
});

@@ -241,0 +241,0 @@ });

Sorry, the diff of this file is not supported yet

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