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 2.0.0 to 2.0.1

4

CHANGELOG.md

@@ -15,3 +15,3 @@ # 2.0.0

`import { NG2_STRING_PIPES } from 'angular-pipes/pipes/string'`
* All the pipes are now PURES. This mean you have to use `immutability` to update the pipe value. This is a design choice that may be discussed in the future.
* All the pipes are now **PURE**. This means you have to use `immutability` to update the pipe value. This is a design choice that may be discussed in the future.

@@ -125,2 +125,2 @@ # 1.6.0

+ `match`
+ `test`
+ `test`

@@ -29,4 +29,3 @@ # Contributing Guide

The tests are run with `jasmine` and a simple web page for now. If someone wants to take the time
to do automated tests with `Karma`, I'll be glad to accept a PR.
The tests are run with `jasmine` and `karma`.

@@ -33,0 +32,0 @@ ```

{
"name": "angular-pipes",
"version": "2.0.0",
"version": "2.0.1",
"description": "Angular 2 pipes library",

@@ -11,3 +11,2 @@ "main": "pipes/index.js",

"jspm-install": "npm run jspm install",
"postinstall": "npm run jspm-install && npm run typings-install",
"prepublish": "node_modules/.bin/gulp clean && npm run tsc",

@@ -14,0 +13,0 @@ "tsc": "node_modules/.bin/tsc -p .",

[![NPM Version](https://img.shields.io/npm/v/angular-pipes.svg)](https://npmjs.org/package/angular-pipes)
[![Build Status](https://travis-ci.org/fknop/angular-pipes.svg?branch=master)](https://travis-ci.org/fknop/angular-pipes)
# angular-pipes

@@ -7,3 +9,8 @@

# v2.0.0
## **WARNING**
`2.0.0` brings some breaking changes, make sure to check the [CHANGELOG](./CHANGELOG.md).
## Contribute

@@ -10,0 +17,0 @@

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