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

aliq

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aliq - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

index.d.ts

@@ -35,2 +35,2 @@ export interface Const<T> {

export declare function product<T, A, B>(inputA: Bag<A>, inputB: Bag<B>, func: (a: A, b: B) => Iterable<T>): Product<T, A, B>;
export declare function merge<T>(input: Bag<T>[]): Merge<T>;
export declare function merge<T>(...input: Bag<T>[]): Merge<T>;

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

exports.product = product;
function merge(input) {
function merge(...input) {
return {

@@ -43,0 +43,0 @@ type: "merge",

{
"name": "aliq",
"version": "0.0.5",
"version": "0.0.6",
"description": "ALIQ (Abstract Language Integrated Query) for JavaScript and TypeScript",

@@ -5,0 +5,0 @@ "main": "index.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