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.15 to 0.1.16

2

auth.d.ts

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

export * from '.zenstack/auth';
export * from '.zenstack/lib/auth';
module.exports = {
...require('.zenstack/auth/index'),
...require('.zenstack/lib/auth/index'),
};

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

export * from '.zenstack/hooks';
export * from '.zenstack/lib/hooks';
module.exports = {
...require('.zenstack/hooks/index'),
...require('.zenstack/lib/hooks/index'),
};

@@ -1,3 +0,3 @@

export * from '.zenstack';
import service from '.zenstack';
export * from '.zenstack/lib';
import service from '.zenstack/lib';
export default service;

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

module.exports = require('.zenstack/index').default;
module.exports = require('.zenstack/lib/index').default;
{
"name": "@zenstackhq/runtime",
"version": "0.1.15",
"version": "0.1.16",
"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