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

angular-pipes

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-pipes - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

esm/array/intersection.pipe.d.ts

2

package.json
{
"name": "angular-pipes",
"version": "6.0.0",
"version": "6.1.0",
"description": "Angular pipes library",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -34,2 +34,3 @@ [![NPM Version](https://img.shields.io/npm/v/angular-pipes.svg)](https://npmjs.org/package/angular-pipes)

* [`without`](./docs/array.md#without)
* [`intersection`](./docs/array.md#intersection)
* [`range`](./docs/array.md#range)

@@ -36,0 +37,0 @@ * [`map`](./docs/array.md#map)

@@ -22,3 +22,3 @@ import { Pipe, PipeTransform } from '@angular/core';

return unwrappedInput.filter((value: any, index: number) =>
deepIndexOf(unwrappedInput, value) === index
deepIndexOf(unwrappedInput, value) === index
);

@@ -25,0 +25,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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