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.2 to 0.0.3-s

2

index.d.ts

@@ -27,3 +27,3 @@ export interface Const<T> {

readonly type: "merge";
readonly input: Bag<T>[];
readonly inputs: Bag<T>[];
}

@@ -30,0 +30,0 @@ export declare type Bag<T> = Const<T> | ExternalInput<T> | FlatMap<T, any> | GroupBy<T> | Product<T, any, any> | Merge<T>;

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

type: "merge",
input: input
inputs: input
};
}
exports.merge = merge;
{
"name": "aliq",
"version": "0.0.2",
"version": "0.0.3s",
"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