@podium/layout
Advanced tools
Comparing version 4.4.1 to 4.4.2
{ | ||
"name": "@podium/layout", | ||
"version": "4.4.1", | ||
"version": "4.4.2", | ||
"description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", | ||
@@ -29,5 +29,4 @@ "main": "lib/layout.js", | ||
"lint:fix": "eslint --fix .", | ||
"test": "jest .", | ||
"test:verbose": "jest --verbose", | ||
"test:coverage": "jest --coverage", | ||
"test": "tap", | ||
"test:snapshots": "tap --snapshot", | ||
"lint:format": "eslint --fix .", | ||
@@ -39,4 +38,4 @@ "precommit": "lint-staged" | ||
"@podium/client": "4.3.3", | ||
"@podium/context": "4.1.3", | ||
"@podium/proxy": "4.1.3", | ||
"@podium/context": "^4.1.4", | ||
"@podium/proxy": "^4.1.4", | ||
"@podium/schemas": "4.0.1", | ||
@@ -58,22 +57,7 @@ "@podium/utils": "4.2.1", | ||
"hbs": "4.1.0", | ||
"jest": "25.1.0", | ||
"prettier": "1.19.1", | ||
"stoppable": "1.1.0", | ||
"supertest": "4.0.2" | ||
}, | ||
"jest": { | ||
"coveragePathIgnorePatterns": [ | ||
"test/" | ||
], | ||
"coverageThreshold": { | ||
"global": { | ||
"branches": 85, | ||
"functions": 100, | ||
"lines": 100, | ||
"statements": 100 | ||
} | ||
}, | ||
"testEnvironment": "node", | ||
"clearMocks": true | ||
"supertest": "4.0.2", | ||
"tap": "^14.10.6" | ||
} | ||
} |
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
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
34675
+ Added@metrics/client@2.5.2(transitive)
+ Added@podium/context@4.1.81(transitive)
+ Added@podium/proxy@4.2.86(transitive)
+ Added@podium/schemas@4.2.0(transitive)
+ Added@podium/utils@4.5.1(transitive)
+ Addedajv@8.12.0(transitive)
+ Addedajv-formats@2.1.1(transitive)
+ Addedcamelcase@6.3.0(transitive)
+ Addedconvert-hrtime@3.0.0(transitive)
+ Addeddecamelize@5.0.1(transitive)
+ Addedhttp-proxy@1.18.1(transitive)
+ Addedjson-schema-traverse@1.0.0(transitive)
+ Addedlru-cache@6.0.0(transitive)
+ Addedpath-to-regexp@6.2.1(transitive)
+ Addedrequire-from-string@2.0.2(transitive)
+ Addedtime-span@4.0.0(transitive)
+ Addedyallist@4.0.0(transitive)
- Removed@podium/context@4.1.3(transitive)
- Removed@podium/proxy@4.1.3(transitive)
- Removeddecamelize@4.0.0(transitive)
- Removedhttp-proxy@1.18.0(transitive)
- Removedlru-cache@5.1.1(transitive)
- Removedpath-to-regexp@6.1.0(transitive)
- Removedyallist@3.1.1(transitive)
Updated@podium/context@^4.1.4
Updated@podium/proxy@^4.1.4