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

@loadmill/universal

Package Overview
Dependencies
Maintainers
0
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loadmill/universal - npm Package Compare versions

Comparing version 0.3.133 to 0.3.134

1

dist/typescript-utils.d.ts

@@ -28,1 +28,2 @@ /**

export declare type PartialWithExcludes<T, K extends keyof T> = Pick<T, K> & Partial<T>;
export declare function filterWithTypeGuard<T, S extends T>(array: T[], predicate: (item: T) => item is S): S[];
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ensure = void 0;
exports.filterWithTypeGuard = exports.ensure = void 0;
/**

@@ -23,2 +23,6 @@ * example usage of this function:

exports.ensure = ensure;
function filterWithTypeGuard(array, predicate) {
return array.filter(predicate);
}
exports.filterWithTypeGuard = filterWithTypeGuard;
//# sourceMappingURL=typescript-utils.js.map

2

package.json
{
"name": "@loadmill/universal",
"version": "0.3.133",
"version": "0.3.134",
"description": "Loadmill universal utilities",

@@ -5,0 +5,0 @@ "main": "dist/",

Sorry, the diff of this file is not supported yet

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