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

@baseline-ui/translations

Package Overview
Dependencies
Maintainers
2
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@baseline-ui/translations - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

86

dist/index.d.ts

@@ -1,62 +0,34 @@

var addSignature = "Add Signature";
var black = "Black";
var blue = "Blue";
var cancel = "Cancel";
var chooseColor = "Choose Color";
var clearSignature = "Clear Signature";
var close = "Close";
var color = "Color";
var createStamp = "Create Stamp";
var customStamp = "Custom Stamp";
var darkBlue = "Dark Blue";
var date = "Date";
var done = "Done";
var draw = "Draw";
var fonts = "Fonts";
var image = "Image";
var preview = "Preview";
var saveSignature = "Save Signature";
var signature = "Signature";
var signatures = "Signatures";
var signHere = "Sign Here";
var stampAnnotationTemplatesDialog = "Stamp Annotation Templates";
var stampText = "Stamp Text";
var storeSignature = "Store Signature";
var time = "Time";
var type = "Type";
var useAnExistingStampDesign = "Use an existing stamp design";
var Translations = {
addSignature: addSignature,
black: black,
blue: blue,
cancel: cancel,
chooseColor: chooseColor,
clearSignature: clearSignature,
close: close,
color: color,
createStamp: createStamp,
customStamp: customStamp,
darkBlue: darkBlue,
date: date,
"delete": "Delete",
done: done,
draw: draw,
fonts: fonts,
image: image,
preview: preview,
saveSignature: saveSignature,
signature: signature,
signatures: signatures,
signHere: signHere,
stampAnnotationTemplatesDialog: stampAnnotationTemplatesDialog,
stampText: stampText,
storeSignature: storeSignature,
time: time,
type: type,
useAnExistingStampDesign: useAnExistingStampDesign
type Messages = {
addSignature: string;
black: string;
blue: string;
cancel: string;
chooseColor: string;
clearSignature: string;
close: string;
color: string;
createStamp: string;
customStamp: string;
darkBlue: string;
date: string;
delete: string;
done: string;
draw: string;
fonts: string;
image: string;
preview: string;
saveSignature: string;
signature: string;
signatures: string;
signHere: string;
stampAnnotationTemplatesDialog: string;
stampText: string;
storeSignature: string;
time: string;
type: string;
useAnExistingStampDesign: string;
};
declare const messages: Record<string, Record<string, string>>;
type Messages = typeof Translations;
export { type Messages, messages };
{
"name": "@baseline-ui/translations",
"version": "0.7.2",
"version": "0.7.3",
"description": "",

@@ -16,6 +16,7 @@ "main": "dist/index.js",

"lodash": "^4.17.21",
"@baseline-ui/utils": "0.7.2"
"@baseline-ui/utils": "0.7.3"
},
"devDependencies": {
"@types/lodash": "^4.14.202"
"@types/lodash": "^4.14.202",
"prettier": "^3.2.4"
},

@@ -29,4 +30,5 @@ "keywords": [],

"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts"
"build": "pnpm run generate:types && tsup src/index.ts --format cjs,esm --dts",
"generate:types": "./scripts/generateDeclarations.ts"
}
}

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