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

abl-lang

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abl-lang - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

32

bundle/en/messages.json

@@ -74,4 +74,4 @@ {

"**${operator.companyName}**",
"**${activity.title}**",
"${activity.description}",
"**${event.title}**",
"${event.description}",
"**${event.startDateTime} to ${event.endDateTimeOrTime}**",

@@ -116,4 +116,4 @@ " ",

"**${operator.companyName}**",
"**${activity.title}**",
"${activity.description}",
"**${event.title}**",
"${event.description}",
"**${event.startDateTime}** to **${event.endDateTimeOrTime}**",

@@ -157,4 +157,4 @@ " ",

"**${operator.companyName}**",
"**${activity.title}**",
"${activity.description}",
"**${event.title}**",
"${event.description}",
"**${event.startDateTime} to ${event.endDateTimeOrTime}**",

@@ -200,4 +200,4 @@ " ",

"**${operator.companyName}**",
"**${activity.title}**",
"${activity.description}",
"**${event.title}**",
"${event.description}",
"**${event.startDateTime}** to **${event.endDateTimeOrTime}**",

@@ -230,4 +230,4 @@ " ",

"**${operator.companyName}**",
"**${activity.title}**",
"${activity.description}",
"**${event.title}**",
"${event.description}",
"**${event.startDateTime}** to **${event.endDateTimeOrTime}**",

@@ -260,4 +260,4 @@ " ",

"**${operator.companyName}**",
"**${activity.title}**",
"${activity.description}",
"**${event.title}**",
"${event.description}",
"**${event.startDateTime}** to **${event.endDateTimeOrTime}**",

@@ -289,4 +289,4 @@ " ",

"**${operator.companyName}**",
"**${activity.title}**",
"${activity.description}",
"**${event.title}**",
"${event.description}",
"**${event.startDateTime}** to **${event.endDateTimeOrTime}**",

@@ -318,4 +318,4 @@ " ",

"**${operator.companyName}**",
"**${activity.title}**",
"${activity.description}",
"**${event.title}**",
"${event.description}",
"**${event.startDateTime} to ${event.endDateTimeOrTime}**",

@@ -322,0 +322,0 @@ " ",

@@ -20,8 +20,8 @@ {

"activity-description-is-required": "Description is required",
"activity-description-gt-maxlength": "Invalid activity description",
"activity-description-lt-minlength": "Invalid activity description",
"activity-title-is-required": "Title is required",
"activity-title-lt-minlength": "Invalid activity title",
"activity-title-gt-maxlength": "Invalid activity title",
"activity-description-is-required": "Description is required",
"activity-description-lt-minlength": "Invalid activity description",
"activity-description-gt-maxlength": "Invalid activity description",
"activity-time-zone-is-required": "Time zone is required!",

@@ -42,2 +42,8 @@

"event-description-is-required": "Description is required",
"event-description-lt-minlength": "Invalid event description",
"event-description-gt-maxlength": "Invalid event description",
"event-title-is-required": "Title is required",
"event-title-lt-minlength": "Invalid event title",
"event-title-gt-maxlength": "Invalid event title",
"event-end-time-is-invalid": "endTime is invalid",

@@ -71,14 +77,20 @@ "event-start-time-is-invalid": "startTime is invalid",

"time-slot-days-running-required": "daysRunning is required",
"time-slot-description-is-required": "Description is required",
"time-slot-description-lt-minlength": "Invalid timeslot description",
"time-slot-description-gt-maxlength": "Invalid timeslot description",
"time-slot-end-time-is-invalid": "endTime is invalid",
"time-slot-end-time-is-required": "endTime is required",
"time-slot-max-occ-is-required": "max occupancy is required",
"time-slot-max-occ-should-be-an-integer": "Value should be an integer",
"time-slot-max-occ-should-be-gt-0": "Value should be greater than zero",
"time-slot-max-occ-should-be-gte-min-occ": "max occupancy should be greater than min occupancy",
"time-slot-min-occ-should-be-an-integer": "Value should be an integer",
"time-slot-min-occ-should-be-gt-0": "Value should be greater than zero",
"time-slot-max-occ-is-not-integer": "Value should be an integer",
"time-slot-max-occ-gt-0": "Value should be greater than zero",
"time-slot-max-occ-gte-min-occ": "max occupancy should be greater than min occupancy",
"time-slot-min-occ-is-not-integer": "Value should be an integer",
"time-slot-min-occ-gt-0": "Value should be greater than zero",
"time-slot-start-time-is-invalid": "startTime is invalid",
"time-slot-start-time-is-required": "startTime is required",
"time-slot-title-is-required": "Title is required",
"time-slot-title-lt-minlength": "Invalid timeslot title",
"time-slot-title-gt-maxlength": "Invalid timeslot title",
"time-slot-until-time-is-invalid": "untilTime is invalid",
"time-slot-until-time-is-required": "untilTime is required"
}
{
"name": "abl-lang",
"title": "ABL - lang",
"version": "0.3.7",
"version": "0.3.8",
"license": "MIT",

@@ -6,0 +6,0 @@ "description": "description",

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