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

@thi.ng/dcons

Package Overview
Dependencies
Maintainers
1
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/dcons - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

8

CHANGELOG.md

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

<a name="0.1.9"></a>
## [0.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.1.8...@thi.ng/dcons@0.1.9) (2018-01-31)
**Note:** Version bump only for package @thi.ng/dcons
<a name="0.1.8"></a>

@@ -8,0 +16,0 @@ ## [0.1.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.1.7...@thi.ng/dcons@0.1.8) (2018-01-30)

2

index.d.ts

@@ -27,3 +27,3 @@ import * as api from "@thi.ng/api/api";

find(value: T): ConsCell<T>;
findWith(fn: (value: T) => boolean): ConsCell<T>;
findWith(fn: api.Predicate<T>): ConsCell<T>;
concat(...slices: Iterable<T>[]): DCons<T>;

@@ -30,0 +30,0 @@ into(src: Iterable<T>): void;

{
"name": "@thi.ng/dcons",
"version": "0.1.8",
"version": "0.1.9",
"description": "Comprehensive doubly linked list structure w/ iterator support",

@@ -29,3 +29,3 @@ "main": "./index.js",

"dependencies": {
"@thi.ng/api": "^1.4.2"
"@thi.ng/api": "^1.5.0"
},

@@ -32,0 +32,0 @@ "keywords": [

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