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-rc.3 to 2.0.0-rc.4

50

package.json
{
"name": "@ribajs/ssr",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"type": "module",

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

"dependencies": {
"@ribajs/core": "^2.0.0-rc.3",
"@ribajs/events": "^2.0.0-rc.3",
"@ribajs/jsx": "^2.0.0-rc.3",
"@ribajs/utils": "^2.0.0-rc.3",
"@ribajs/core": "^2.0.0-rc.4",
"@ribajs/events": "^2.0.0-rc.4",
"@ribajs/jsx": "^2.0.0-rc.4",
"@ribajs/utils": "^2.0.0-rc.4",
"@types/express": "^4.17.17"

@@ -26,4 +26,4 @@ },

"devDependencies": {
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",

@@ -33,28 +33,28 @@ "@babel/plugin-proposal-export-default-from": "^7.22.5",

"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.5",
"@babel/runtime-corejs3": "^7.22.5",
"@ribajs/eslint-config": "^2.0.0-rc.3",
"@ribajs/tsconfig": "^2.0.0-rc.3",
"@babel/runtime": "^7.22.6",
"@babel/runtime-corejs3": "^7.22.6",
"@ribajs/eslint-config": "^2.0.0-rc.4",
"@ribajs/tsconfig": "^2.0.0-rc.4",
"@types/imagesloaded": "^4.1.2",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.3",
"@types/masonry-layout": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"babel-loader": "^9.1.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^6.2.1",
"babel-loader": "^9.1.3",
"babel-plugin-array-includes": "^2.0.3",
"core-js": "^3.31.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"core-js": "^3.32.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.2",
"jest-extended": "^4.0.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"typescript": "5.1.3",
"webpack": "^5.88.0",
"prettier": "^3.0.1",
"ts-jest": "^29.1.1",
"typescript": "5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}

@@ -28,3 +28,3 @@ import { Component } from "@ribajs/core";

'but you can create a "normal" component with the same `tagName` and use it client-side. ' +
"This way you have the possibility to have a server side and a client side logic for this page component."
"This way you have the possibility to have a server side and a client side logic for this page component.",
);

@@ -31,0 +31,0 @@ }

@@ -21,3 +21,3 @@ import { SSRModuleOptions } from "../types/index.js";

throw new Error(
`Singleton of ModuleService not defined, please call setSingleton first!`
`Singleton of ModuleService not defined, please call setSingleton first!`,
);

@@ -24,0 +24,0 @@ }

@@ -29,3 +29,3 @@ import {

metaElements.push(
...this.createMetaTags(content, `${prefix}:${property}`)
...this.createMetaTags(content, `${prefix}:${property}`),
);

@@ -82,3 +82,3 @@ } else {

data: OpenGraphTree,
namespaces: OpenGraphNamespaces = { og: "https://ogp.me/ns#" }
namespaces: OpenGraphNamespaces = { og: "https://ogp.me/ns#" },
) {

@@ -85,0 +85,0 @@ this.setNamespaces(namespaces);

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

"error",
new Error("[SSRModule] No component to render found!")
new Error("[SSRModule] No component to render found!"),
);

@@ -37,0 +37,0 @@ });

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