@bloom-housing/core
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -8,4 +8,4 @@ /*eslint no-undef: "error"*/ | ||
moduleNameMapper: { | ||
"\\.(scss|css|less)$": "identity-obj-proxy" | ||
} | ||
"\\.(scss|css|less)$": "identity-obj-proxy", | ||
}, | ||
} |
{ | ||
"name": "@bloom-housing/core", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Shared types for Bloom affordable housing system", | ||
@@ -14,13 +14,13 @@ "homepage": "https://github.com/bloom-housing/bloom/tree/master/shared/core", | ||
"@babel/core": "^7.8.3", | ||
"@types/jest": "^25.1.4", | ||
"babel-jest": "^25.2.3", | ||
"@types/jest": "^25.2.2", | ||
"babel-jest": "^25.5.1", | ||
"babel-loader": "^8.1.0", | ||
"jest": "^25.2.3", | ||
"jest": "^25.5.4", | ||
"typescript": "^3.8.3", | ||
"webpack": "^4.42.1" | ||
"webpack": "^4.43.0" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^12.12.31", | ||
"@types/node": "^12.12.39", | ||
"@types/node-polyglot": "^0.4.34", | ||
"nanoid": "^3.0.0" | ||
"nanoid": "^3.1.7" | ||
}, | ||
@@ -48,3 +48,3 @@ "babel": { | ||
}, | ||
"gitHead": "af25f65b3d5726b8ff81e091d4b3e1bac8a2d3ec" | ||
"gitHead": "516ae77386c0a19adc2c0188b26226a63b6e24a6" | ||
} |
@@ -7,3 +7,3 @@ import { Unit, UnitsSummarized } from "./units" | ||
ApplicationDownload = 1, | ||
ExternalApplication = 2 | ||
ExternalApplication = 2, | ||
} | ||
@@ -10,0 +10,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5673
1
Updated@types/node@^12.12.39
Updatednanoid@^3.1.7