New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@omnicar/sam-format

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@omnicar/sam-format - npm Package Compare versions

Comparing version 0.0.42 to 0.0.43

2

dist/index.d.ts

@@ -5,3 +5,3 @@ export { formatDate, formatLocalizedDate, getDateFormatInCapitalLetters, } from './formatDate/formatDate';

export { formatNumber } from './formattedNumber/formatters/formatNumber';
export { formatPhone } from './formatString/formatString';
export { formatPhone, formatRoleName, } from './formatString/formatString';
export { init } from './init/init';

@@ -15,3 +15,4 @@ "use strict";

Object.defineProperty(exports, "formatPhone", { enumerable: true, get: function () { return formatString_1.formatPhone; } });
Object.defineProperty(exports, "formatRoleName", { enumerable: true, get: function () { return formatString_1.formatRoleName; } });
var init_1 = require("./init/init");
Object.defineProperty(exports, "init", { enumerable: true, get: function () { return init_1.init; } });

@@ -51,3 +51,3 @@ {

},
"version": "0.0.42"
"version": "0.0.43"
}
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