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

evt

Package Overview
Dependencies
Maintainers
2
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evt - npm Package Compare versions

Comparing version 2.4.23 to 2.5.0

lib/util/genericOperators/onlyIfChanged.d.ts

1

lib/util/genericOperators/index.d.ts

@@ -5,1 +5,2 @@ export { throttleTime } from "./throttleTime";

export { distinct } from "./distinct";
export { onlyIfChanged } from "./onlyIfChanged";

4

lib/util/genericOperators/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.distinct = exports.nonNullable = exports.to = exports.throttleTime = void 0;
exports.onlyIfChanged = exports.distinct = exports.nonNullable = exports.to = exports.throttleTime = void 0;
var throttleTime_1 = require("./throttleTime");

@@ -12,2 +12,4 @@ Object.defineProperty(exports, "throttleTime", { enumerable: true, get: function () { return throttleTime_1.throttleTime; } });

Object.defineProperty(exports, "distinct", { enumerable: true, get: function () { return distinct_1.distinct; } });
var onlyIfChanged_1 = require("./onlyIfChanged");
Object.defineProperty(exports, "onlyIfChanged", { enumerable: true, get: function () { return onlyIfChanged_1.onlyIfChanged; } });
//# sourceMappingURL=index.js.map
{
"name": "evt",
"version": "2.4.23",
"version": "2.5.0",
"description": "Type safe replacement for node's EventEmitter",

@@ -78,2 +78,3 @@ "repository": {

"./lib/util/genericOperators/nonNullable": "./lib/util/genericOperators/nonNullable.js",
"./lib/util/genericOperators/onlyIfChanged": "./lib/util/genericOperators/onlyIfChanged.js",
"./lib/util/genericOperators/scan": "./lib/util/genericOperators/scan.js",

@@ -182,2 +183,3 @@ "./lib/util/genericOperators/throttleTime": "./lib/util/genericOperators/throttleTime.js",

"./src/lib/util/genericOperators/nonNullable.ts",
"./src/lib/util/genericOperators/onlyIfChanged.ts",
"./src/lib/util/genericOperators/scan.ts",

@@ -389,2 +391,5 @@ "./src/lib/util/genericOperators/throttleTime.ts",

"./lib/util/genericOperators/nonNullable.js.map",
"./lib/util/genericOperators/onlyIfChanged.d.ts",
"./lib/util/genericOperators/onlyIfChanged.js",
"./lib/util/genericOperators/onlyIfChanged.js.map",
"./lib/util/genericOperators/scan.d.ts",

@@ -391,0 +396,0 @@ "./lib/util/genericOperators/scan.js",

export { throttleTime } from "./throttleTime";
export { to } from "./to";
export { nonNullable } from "./nonNullable";
export { distinct } from "./distinct";
export { nonNullable } from "./nonNullable";
export { distinct } from "./distinct";
export { onlyIfChanged } from "./onlyIfChanged";

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