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

wappsto-blanket

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wappsto-blanket - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6

12

dist/hooks/useTranslation.js

@@ -16,4 +16,4 @@ "use strict";

function tC(str) {
var newStr = str ? t(str) : '';
function tC(str, options) {
var newStr = str ? t(str, options) : '';
return newStr.charAt(0).toUpperCase() + newStr.slice(1);

@@ -23,4 +23,4 @@ } // translate + Capitalize Each

function tCE(str) {
var newStr = str ? t(str) : '';
function tCE(str, options) {
var newStr = str ? t(str, options) : '';
return newStr.replace(/\w\S*/g, function (txt) {

@@ -32,4 +32,4 @@ return txt.charAt(0).toUpperCase() + txt.substr(1);

function tU(str) {
var newStr = str ? t(str) : '';
function tU(str, options) {
var newStr = str ? t(str, options) : '';
return newStr.toUpperCase();

@@ -36,0 +36,0 @@ }

{
"name": "wappsto-blanket",
"version": "2.1.5",
"version": "2.1.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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