Socket
Socket
Sign inDemoInstall

skedify-types

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skedify-types - npm Package Compare versions

Comparing version 0.4.12 to 0.4.13-canary-20230620141054

6

CHANGELOG.md
# skedify-types
## 0.4.13-canary-20230620141054
### Patch Changes
- 1c8a4e0b2: SKED-10971: allow geolocation to be null without crashing application
## 0.4.12

@@ -4,0 +10,0 @@

4

package.json
{
"name": "skedify-types",
"version": "0.4.12",
"version": "0.4.13-canary-20230620141054",
"description": "Skedify Types",

@@ -46,3 +46,3 @@ "keywords": [

"@pexip-engage/tsconfig": "0.0.9",
"eslint-config-pexip-engage": "0.0.21"
"eslint-config-pexip-engage": "0.0.29"
},

@@ -49,0 +49,0 @@ "volta": {

@@ -13,3 +13,3 @@ import {

full_address?: string;
geolocation: string;
geolocation: string | null;
postal_code: string;

@@ -16,0 +16,0 @@ state: string | null;

@@ -6,3 +6,3 @@ import { BaseFields, Contact, OfficeManager, OfficeSubjectAvailabilitySettings, WithEmployeeUser } from ".";

full_address?: string;
geolocation: string;
geolocation: string | null;
postal_code: string;

@@ -9,0 +9,0 @@ state: string | null;

Sorry, the diff of this file is not supported yet

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