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

@formsort/constants

Package Overview
Dependencies
Maintainers
2
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 0.0.12 to 0.0.13

2

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

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

SET_ANSWER_VALUE_MSG = "\u0192_sav",
REQUEST_SEMANTIC_ANSWER_VALUE_MSG = "\u0192_rsv",
SET_SEMANTIC_ANSWER_VALUE_MSG = "\u0192_ssv",
REQUEST_ANSWERS_MSG = "\u0192_ra",

@@ -7,0 +9,0 @@ SET_ANSWERS_MSG = "\u0192_sa",

@@ -8,2 +8,4 @@ "use strict";

CustomQuestionMessage["SET_ANSWER_VALUE_MSG"] = "\u0192_sav";
CustomQuestionMessage["REQUEST_SEMANTIC_ANSWER_VALUE_MSG"] = "\u0192_rsv";
CustomQuestionMessage["SET_SEMANTIC_ANSWER_VALUE_MSG"] = "\u0192_ssv";
CustomQuestionMessage["REQUEST_ANSWERS_MSG"] = "\u0192_ra";

@@ -10,0 +12,0 @@ CustomQuestionMessage["SET_ANSWERS_MSG"] = "\u0192_sa";

10

package.json
{
"name": "@formsort/constants",
"version": "0.0.12",
"version": "0.0.13",
"description": "Constants used across Formsort projects. Not intended to be used directly",

@@ -31,8 +31,8 @@ "main": "lib/index.js",

"devDependencies": {
"@types/jest": "^24.0.15",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3"
"@types/jest": "^25.1.4",
"jest": "^25.1.0",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3"
},
"dependencies": {}
}
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