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.3 to 0.0.5

17

package.json
{
"name": "@bloom-housing/core",
"version": "0.0.3",
"version": "0.0.5",
"description": "Shared types for Bloom affordable housing system",
"homepage": "https://github.com/bloom-housing/bloom/tree/master/shared/core",
"main": "index.js",

@@ -13,11 +14,11 @@ "license": "GPL-3.0",

"@babel/core": "^7.8.3",
"@types/jest": "^25.1.3",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"jest": "^25.1.0",
"typescript": "^3.7.4",
"webpack": "^4.41.5"
"@types/jest": "^25.1.4",
"babel-jest": "^25.2.3",
"babel-loader": "^8.1.0",
"jest": "^25.2.3",
"typescript": "^3.8.3",
"webpack": "^4.42.1"
},
"dependencies": {
"@types/node": "^12.12.25",
"@types/node": "^12.12.31",
"@types/node-polyglot": "^0.4.34",

@@ -24,0 +25,0 @@ "nanoid": "^2.1.10"

@@ -31,2 +31,3 @@ import { Unit, UnitsSummarized } from "./units"

buildingAddress: Address
buildingTotalUnits: number
costsNotIncluded: string

@@ -38,2 +39,3 @@ creditHistory: string

developer: string
disableUnitsAccordion?: boolean
id: string

@@ -57,5 +59,8 @@ imageUrl?: string

units: Unit[]
unitsAvailable: number
unitAmenities: string
unitsSummarized?: UnitsSummarized
waitlistCurrentSize: number
waitlistMaxSize: number
yearBuilt: number
}
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