New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@zenstackhq/schema

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zenstackhq/schema - npm Package Compare versions

Comparing version
3.5.2
to
3.5.3
+17
-7
package.json
{
"name": "@zenstackhq/schema",
"version": "3.5.2",
"description": "ZenStack Runtime Schema",
"displayName": "ZenStack Schema Object Model",
"description": "TypeScript representation of ZModel schema",
"version": "3.5.3",
"type": "module",
"author": {
"name": "ZenStack Team",
"email": "contact@zenstack.dev"
},
"homepage": "https://zenstack.dev",
"repository": {
"type": "git",
"url": "https://github.com/zenstackhq/zenstack"
},
"license": "MIT",
"keywords": [],
"author": "ZenStack Team",
"license": "MIT",
"files": [

@@ -32,6 +41,7 @@ "dist"

"devDependencies": {
"@zenstackhq/eslint-config": "3.5.2",
"@zenstackhq/typescript-config": "3.5.2",
"@zenstackhq/vitest-config": "3.5.2"
"@zenstackhq/typescript-config": "3.5.3",
"@zenstackhq/vitest-config": "3.5.3",
"@zenstackhq/eslint-config": "3.5.3"
},
"funding": "https://github.com/sponsors/zenstackhq",
"scripts": {

@@ -38,0 +48,0 @@ "build": "tsc --noEmit && tsup-node",