Socket
Socket
Sign inDemoInstall

@thi.ng/transducers

Package Overview
Dependencies
Maintainers
1
Versions
327
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 1.2.0 to 1.3.0

func/lookup.d.ts

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="1.3.0"></a>
# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.2.0...@thi.ng/transducers@1.3.0) (2018-02-19)
### Features
* **transducers:** add lookup1d/2d/3d helpers, update re-exports ([193058d](https://github.com/thi-ng/umbrella/commit/193058d))
<a name="1.2.0"></a>

@@ -8,0 +19,0 @@ # [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.1.0...@thi.ng/transducers@1.2.0) (2018-02-18)

1

index.d.ts

@@ -94,2 +94,3 @@ export * from "./api";

export * from "./func/key-selector";
export * from "./func/lookup";
export * from "./func/odd";

@@ -96,0 +97,0 @@ export * from "./func/renamer";

@@ -99,2 +99,3 @@ "use strict";

__export(require("./func/key-selector"));
__export(require("./func/lookup"));
__export(require("./func/odd"));

@@ -101,0 +102,0 @@ __export(require("./func/renamer"));

2

package.json
{
"name": "@thi.ng/transducers",
"version": "1.2.0",
"version": "1.3.0",
"description": "Lightweight transducer implementations for ES6 / 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