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

@zenstackhq/runtime

Package Overview
Dependencies
Maintainers
1
Versions
274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zenstackhq/runtime - npm Package Compare versions

Comparing version 0.1.17 to 0.1.18

9

hooks.d.ts

@@ -0,1 +1,10 @@

import { ServerErrorCode } from '@zenstackhq/internal';
export * from '.zenstack/lib/hooks';
export type HooksError = {
status: number;
info: {
code: ServerErrorCode;
message: string;
};
};

2

package.json
{
"name": "@zenstackhq/runtime",
"version": "0.1.17",
"version": "0.1.18",
"description": "ZenStack generated runtime code",

@@ -5,0 +5,0 @@ "main": "index.js",

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