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
55
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.2.3 to 1.2.4

8

package.json
{
"name": "@clipboard-health/rules-engine",
"description": "A pure functional rules engine.",
"version": "1.2.3",
"bugs": "https://github.com/clipboardhealth/core-utils/issues",
"dependencies": {
"tslib": "2.6.3",
"type-fest": "4.25.0"
"tslib": "2.7.0",
"type-fest": "4.26.1"
},

@@ -26,3 +25,4 @@ "keywords": [],

"typings": "./src/index.d.ts",
"types": "./src/index.d.ts"
"types": "./src/index.d.ts",
"version": "1.2.4"
}

@@ -8,5 +8,3 @@ import { type ReadonlyDeep } from "type-fest";

/**
* Output is immutable, do not modify existing items, only append.
*
* @see {@link appendOutput}
* Output is immutable, do not modify existing items, only append using {@link appendOutput}.
*/

@@ -13,0 +11,0 @@ output: ReadonlyArray<ReadonlyDeep<TOutput>>;

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