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

jpex

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jpex - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

8

dist/es/types/JpexInstance.ts

@@ -24,7 +24,7 @@ import { Lifecycle } from '../constants';

}): T;
encase<T, F extends AnyFunction<T>>(fn: AnyFunction<F>): F & {
encased: AnyFunction<F>;
encase<F extends AnyFunction<AnyFunction>>(fn: F): ReturnType<F> & {
encased: F;
};
encase<T, F extends AnyFunction<T>>(dependencies: Dependency[], fn: AnyFunction<F>): F & {
encased: AnyFunction<F>;
encase<F extends AnyFunction<AnyFunction>>(dependencies: Dependency[], fn: F): ReturnType<F> & {
encased: F;
};

@@ -31,0 +31,0 @@ clearCache(): void;

{
"name": "jpex",
"version": "3.0.1",
"version": "3.0.2",
"description": "Javascript Prototype Extension",

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