New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xiaohaih/condition-core

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xiaohaih/condition-core - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

6

dist/index.d.ts

@@ -936,6 +936,8 @@ import * as vue_types_v3_component_options from 'vue/types/v3-component-options';

declare type PropConstructor<T> = {
(): T;
} | {
new (...args: never[]): T & object;
} | {
new (...args: any[]): T & object;
} | {
(): T;
} | {
new (...args: string[]): Function;

@@ -942,0 +944,0 @@ };

{
"name": "@xiaohaih/condition-core",
"version": "0.0.6",
"version": "0.0.7",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.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