Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cultura

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cultura - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

test/.wannabe-TI0f72

14

lib/index.js

@@ -23,3 +23,3 @@ 'use strict';

if (os.platform() === 'win32') {
try {
var regedit = require('regedit');

@@ -46,6 +46,10 @@

});
} else {
callback({
message: 'operating system unsupported'
});
} catch (ex) {
if (ex.code === 'MODULE_NOT_FOUND') {
callback({
message: 'operating system (' + os.platform() + ') unsupported'
});
return;
}
throw ex;
}

@@ -52,0 +56,0 @@ }

{
"name": "cultura",
"version": "1.1.0",
"version": "1.1.1",
"description": "formatting dates and numbers according to os settings",

@@ -5,0 +5,0 @@ "engine": {

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