Socket
Socket
Sign inDemoInstall

@featherds/composables

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featherds/composables - npm Package Compare versions

Comparing version 0.12.14 to 0.12.15

2

LabelProperty.d.ts
import { Ref, ComputedRef } from "vue";
declare type Labels<Type> = {
type Labels<Type> = {
[Property in keyof Type as `${string & Property}Label`]: ComputedRef<Type[Property]>;

@@ -4,0 +4,0 @@ };

{
"name": "@featherds/composables",
"version": "0.12.14",
"version": "0.12.15",
"publishConfig": {

@@ -12,3 +12,3 @@ "access": "public"

"dependencies": {
"@featherds/utils": "^0.12.14",
"@featherds/utils": "^0.12.15",
"vue": "^3.1.0-0"

@@ -20,3 +20,3 @@ },

],
"gitHead": "713f26fd0f1d7a56ef93d1edd8ecf9cc163f81d4"
"gitHead": "f8ababb5d518d4e057b65f64f2c879dc5500ee98"
}
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