Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.2.3 to 0.3.0

6

CHANGELOG.md
# CHANGELOG
## 0.3.0
### Various fixes & improvements
- Add a ResponderStateUpdated analytics event type (#104) by @fzembow
## 0.2.3

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

3

lib/analytics-event-type/index.d.ts

@@ -9,4 +9,5 @@ declare enum AnalyticsEventType {

FlowFinalized = "FlowFinalized",
PhoneCollected = "PhoneCollected"
PhoneCollected = "PhoneCollected",
ResponderStateUpdated = "ResponderStateUpdated"
}
export default AnalyticsEventType;

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

AnalyticsEventType["PhoneCollected"] = "PhoneCollected";
AnalyticsEventType["ResponderStateUpdated"] = "ResponderStateUpdated";
})(AnalyticsEventType || (AnalyticsEventType = {}));
exports.default = AnalyticsEventType;
{
"name": "@formsort/constants",
"version": "0.2.3",
"version": "0.3.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