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.2.11 to 0.2.13

10

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

@@ -13,3 +13,3 @@ "homepage": "https://github.com/bloom-housing/bloom/tree/master/shared/core",

"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/core": "^7.10.5",
"@types/jest": "^25.2.2",

@@ -19,7 +19,7 @@ "babel-jest": "^25.5.1",

"jest": "^25.5.4",
"typescript": "^3.9.5",
"typescript": "^3.9.7",
"webpack": "^4.43.0"
},
"dependencies": {
"@types/node": "^12.12.47",
"@types/node": "^12.12.50",
"@types/node-polyglot": "^0.4.34",

@@ -49,3 +49,3 @@ "nanoid": "^3.1.10"

},
"gitHead": "b9cc1febd23e6c2803bd0bd4c59278204c8c6970"
"gitHead": "f54b2e5bbeb4411c874dd5aa1ef8f10ac37b7c96"
}
export interface Address {
placeName?: string
city: string
county: string
county?: string
state: string

@@ -9,4 +9,4 @@ street: string

zipCode: string
latitude: number
longitude: number
latitude?: number
longitude?: number
}

@@ -13,0 +13,0 @@

@@ -69,2 +69,4 @@ import { Unit, UnitsSummarized } from "./units"

disableUnitsAccordion?: boolean
householdSizeMax?: number
householdSizeMin?: number
id: string

@@ -71,0 +73,0 @@ imageUrl?: 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