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

@clipboard-health/rules-engine

Package Overview
Dependencies
Maintainers
0
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clipboard-health/rules-engine - npm Package Compare versions

Comparing version 1.1.6 to 1.2.0

src/lib/appendOutput.d.ts

2

package.json
{
"name": "@clipboard-health/rules-engine",
"description": "",
"version": "1.1.6",
"version": "1.2.0",
"bugs": "https://github.com/clipboardhealth/core-utils/issues",

@@ -6,0 +6,0 @@ "dependencies": {

@@ -1,3 +0,3 @@

export * from "./lib/append-output";
export * from "./lib/appendOutput";
export * from "./lib/rule";
export * from "./lib/runners";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./lib/append-output"), exports);
tslib_1.__exportStar(require("./lib/appendOutput"), exports);
tslib_1.__exportStar(require("./lib/rule"), exports);
tslib_1.__exportStar(require("./lib/runners"), exports);
//# sourceMappingURL=index.js.map
export * from "./all";
export * from "./first-match";
export * from "./firstMatch";

@@ -5,3 +5,3 @@ "use strict";

tslib_1.__exportStar(require("./all"), exports);
tslib_1.__exportStar(require("./first-match"), exports);
tslib_1.__exportStar(require("./firstMatch"), exports);
//# sourceMappingURL=index.js.map

Sorry, the diff of this file is not supported yet

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