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

@bloom-housing/core

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloom-housing/core - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

index.ts

10

package.json
{
"name": "@bloom-housing/core",
"version": "0.0.2",
"version": "0.0.3",
"description": "Shared types for Bloom affordable housing system",

@@ -13,6 +13,6 @@ "main": "index.js",

"@babel/core": "^7.8.3",
"@types/jest": "^24.9.0",
"babel-jest": "^24.9.0",
"@types/jest": "^25.1.3",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"jest": "^24.9.0",
"jest": "^25.1.0",
"typescript": "^3.7.4",

@@ -24,3 +24,3 @@ "webpack": "^4.41.5"

"@types/node-polyglot": "^0.4.34",
"nanoid": "^2.1.9"
"nanoid": "^2.1.10"
},

@@ -27,0 +27,0 @@ "babel": {

export interface Address {
city: string
county: string
state: string

@@ -4,0 +5,0 @@ street: string

@@ -6,3 +6,4 @@ import { Unit, UnitsSummarized } from "./units"

export enum AttachmentType {
ApplicationDownload = 1
ApplicationDownload = 1,
ExternalApplication = 2
}

@@ -19,2 +20,3 @@

acceptingApplicationsByPoBox: boolean
acceptingOnlineApplications: boolean
acceptsPostmarkedApplications: boolean

@@ -24,2 +26,3 @@ accessibility: string

applicationDueDate: string
applicationOpenDate?: string
applicationFee: string

@@ -26,0 +29,0 @@ applicationOrganization: string

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