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

@thi.ng/transducers

Package Overview
Dependencies
Maintainers
1
Versions
331
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/transducers - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

func/juxt.d.ts

5

index.d.ts

@@ -13,2 +13,5 @@ export * from "./api";

export * from "./rfn/frequencies";
export * from "./rfn/group-binary";
export * from "./rfn/group-by-map";
export * from "./rfn/group-by-obj";
export * from "./rfn/last";

@@ -58,1 +61,3 @@ export * from "./rfn/max-compare";

export * from "./xform/throttle";
export * from "./func/identity";
export * from "./func/juxt";

@@ -18,2 +18,5 @@ "use strict";

__export(require("./rfn/frequencies"));
__export(require("./rfn/group-binary"));
__export(require("./rfn/group-by-map"));
__export(require("./rfn/group-by-obj"));
__export(require("./rfn/last"));

@@ -63,1 +66,3 @@ __export(require("./rfn/max-compare"));

__export(require("./xform/throttle"));
__export(require("./func/identity"));
__export(require("./func/juxt"));

3

package.json
{
"name": "@thi.ng/transducers",
"version": "0.6.0",
"version": "0.6.1",
"description": "Lightweight transducer implementations for ES6 / TypeScript",

@@ -12,2 +12,3 @@ "main": "index.js",

"build": "rm -rf build && tsc --declaration && cp package.json build && cp *.md build",
"doc": "node_modules/.bin/typedoc --mode modules --out doc src",
"test": "tsc -p test && mocha build.test/test/*.js",

@@ -14,0 +15,0 @@ "clean": "rm -rf build build.test doc node_modules && yarn install",

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