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

@poppinss/utils

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poppinss/utils - npm Package Compare versions

Comparing version 2.5.4 to 2.5.5

6

build/src/defineStaticProperty.d.ts
/**
* Define static properties on a class with inheritance in play.
*/
export declare function defineStaticProperty(self: any, BaseClass: any, { propertyName, defaultValue, strategy, }: {
propertyName: string;
defaultValue: any;
export declare function defineStaticProperty<Base extends Function, Prop extends keyof Base>(self: any, BaseClass: Base, { propertyName, defaultValue, strategy, }: {
propertyName: Prop;
defaultValue: Base[Prop];
strategy: 'inherit' | 'define';
}): void;
{
"name": "@poppinss/utils",
"version": "2.5.4",
"version": "2.5.5",
"description": "Handy utilities for repetitive work",

@@ -5,0 +5,0 @@ "main": "build/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