Socket
Socket
Sign inDemoInstall

@ribajs/ssr

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ribajs/ssr - npm Package Compare versions

Comparing version 2.0.0-alpha.6 to 2.0.0-alpha.7

54

package.json
{
"name": "@ribajs/ssr",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"type": "module",

@@ -15,6 +15,6 @@ "engines": {

"dependencies": {
"@ribajs/core": "^2.0.0-alpha.6",
"@ribajs/events": "^2.0.0-alpha.6",
"@ribajs/jsx": "^2.0.0-alpha.6",
"@ribajs/utils": "^2.0.0-alpha.6",
"@ribajs/core": "^2.0.0-alpha.7",
"@ribajs/events": "^2.0.0-alpha.7",
"@ribajs/jsx": "^2.0.0-alpha.7",
"@ribajs/utils": "^2.0.0-alpha.7",
"@types/express": "^4.17.13"

@@ -26,31 +26,31 @@ },

"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.5",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-export-default-from": "^7.17.12",
"@babel/plugin-proposal-object-rest-spread": "^7.18.0",
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.18.9",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@babel/runtime": "^7.18.3",
"@babel/runtime-corejs3": "^7.18.3",
"@ribajs/eslint-config": "^2.0.0-alpha.6",
"@ribajs/tsconfig": "^2.0.0-alpha.6",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.18.9",
"@babel/runtime-corejs3": "^7.18.9",
"@ribajs/eslint-config": "^2.0.0-alpha.7",
"@ribajs/tsconfig": "^2.0.0-alpha.7",
"@types/imagesloaded": "^4.1.2",
"@types/jest": "^27.5.2",
"@types/jest": "^28.1.6",
"@types/masonry-layout": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"babel-loader": "^8.2.5",
"babel-plugin-array-includes": "^2.0.3",
"core-js": "^3.22.8",
"eslint": "^8.17.0",
"core-js": "^3.23.5",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"jest-extended": "^2.0.0",
"prettier": "^2.6.2",
"ts-jest": "^27.1.5",
"typescript": "4.7.3",
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"typescript": "4.7.4",
"webpack": "^5.73.0",

@@ -57,0 +57,0 @@ "webpack-cli": "^4.10.0"

@@ -21,3 +21,3 @@ import "./types/global.js";

// After all components are bound wie trigger the ssr ready event,
// After all components are bound we trigger the ssr ready event,
// as soon as this event is triggered the ssr rendering will be done and returns the rendered html

@@ -24,0 +24,0 @@ lifecycle.events.on("ComponentLifecycle:allBound", () => {

Sorry, the diff of this file is not supported yet

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