You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ssrx/renderer

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ssrx/renderer - npm Package Compare versions

Comparing version

to
0.1.2

2

dist/server/index.js

@@ -9,3 +9,3 @@ import {

// src/server/ctx.ts
import { AsyncLocalStorage } from "async_hooks";
import { AsyncLocalStorage } from "node:async_hooks";
var storage = new AsyncLocalStorage();

@@ -12,0 +12,0 @@ var getPageCtx = () => {

{
"name": "@ssrx/renderer",
"version": "0.1.1",
"version": "0.1.2",
"sideEffects": false,

@@ -5,0 +5,0 @@ "type": "module",

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

import { AsyncLocalStorage } from 'async_hooks';
import { AsyncLocalStorage } from 'node:async_hooks';

@@ -3,0 +3,0 @@ export const storage = new AsyncLocalStorage<{ pluginCtx: Record<string, any>; appCtx: Record<string, any> }>();

Sorry, the diff of this file is not supported yet