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

@podium/layout

Package Overview
Dependencies
Maintainers
5
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@podium/layout - npm Package Compare versions

Comparing version 4.4.1 to 4.4.2

30

package.json
{
"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"
}
}
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