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

@ribajs/ssr

Package Overview
Dependencies
Maintainers
2
Versions
47
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.9 to 2.0.0-alpha.10

2

dist/types/global.d.ts

@@ -1,2 +0,2 @@

import type { SharedContext } from "./shared-context";
import type { SharedContext } from "./shared-context.js";
declare global {

@@ -3,0 +3,0 @@ interface Window {

import type { EventDispatcher } from "@ribajs/events";
import type { RequestContext } from "./request-context";
import type { RequestContext } from "./request-context.js";
export interface SharedContext {

@@ -4,0 +4,0 @@ events?: EventDispatcher;

{
"name": "@ribajs/ssr",
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"type": "module",

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

"dependencies": {
"@ribajs/core": "^2.0.0-alpha.9",
"@ribajs/events": "^2.0.0-alpha.9",
"@ribajs/jsx": "^2.0.0-alpha.9",
"@ribajs/utils": "^2.0.0-alpha.9",
"@types/express": "^4.17.13"
"@ribajs/core": "^2.0.0-alpha.10",
"@ribajs/events": "^2.0.0-alpha.10",
"@ribajs/jsx": "^2.0.0-alpha.10",
"@ribajs/utils": "^2.0.0-alpha.10",
"@types/express": "^4.17.14"
},

@@ -26,24 +26,24 @@ "main": "./src/index.ts",

"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.18.9",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.18.9",
"@babel/preset-env": "^7.19.3",
"@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.9",
"@ribajs/tsconfig": "^2.0.0-alpha.9",
"@babel/runtime": "^7.19.0",
"@babel/runtime-corejs3": "^7.19.1",
"@ribajs/eslint-config": "^2.0.0-alpha.10",
"@ribajs/tsconfig": "^2.0.0-alpha.10",
"@types/imagesloaded": "^4.1.2",
"@types/jest": "^28.1.6",
"@types/jest": "^28.1.8",
"@types/masonry-layout": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"babel-loader": "^8.2.5",
"babel-plugin-array-includes": "^2.0.3",
"core-js": "^3.23.5",
"eslint": "^8.20.0",
"core-js": "^3.25.5",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",

@@ -54,7 +54,7 @@ "eslint-plugin-prettier": "^4.2.1",

"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"typescript": "4.7.4",
"webpack": "^5.73.0",
"ts-jest": "^28.0.8",
"typescript": "4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}

@@ -1,2 +0,2 @@

import type { SharedContext } from "./shared-context";
import type { SharedContext } from "./shared-context.js";

@@ -3,0 +3,0 @@ declare global {

import type { EventDispatcher } from "@ribajs/events";
import type { RequestContext } from "./request-context";
import type { RequestContext } from "./request-context.js";
export interface SharedContext {

@@ -4,0 +4,0 @@ events?: EventDispatcher;

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