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

@formsort/constants

Package Overview
Dependencies
Maintainers
6
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formsort/constants - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

6

CHANGELOG.md
# CHANGELOG
## 1.8.0
### Various fixes & improvements
- FLOW-370: set disable back navigation message (#94) by @alikirec
## 1.7.0

@@ -3,0 +9,0 @@

3

lib/custom-question-message/index.d.ts

@@ -11,4 +11,5 @@ declare enum CustomQuestionMessage {

SET_RESPONDER_UUID_MSG = "\u0192_sru",
CLEAR_ANSWER_VALUE_MSG = "\u0192_cav"
CLEAR_ANSWER_VALUE_MSG = "\u0192_cav",
SET_DISABLE_BACK_NAVIGATION_MSG = "\u0192_sdbn"
}
export default CustomQuestionMessage;

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

CustomQuestionMessage["CLEAR_ANSWER_VALUE_MSG"] = "\u0192_cav";
CustomQuestionMessage["SET_DISABLE_BACK_NAVIGATION_MSG"] = "\u0192_sdbn";
})(CustomQuestionMessage || (CustomQuestionMessage = {}));
exports.default = CustomQuestionMessage;
{
"name": "@formsort/constants",
"version": "1.7.0",
"version": "1.8.0",
"description": "Constants used across Formsort projects. Not intended to be used directly",

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

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