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

ng2-pipes

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-pipes - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

bin/app/demo/app.component.d.ts

2

package.json
{
"name": "ng2-pipes",
"version": "0.3.5",
"version": "0.3.6",
"author": "Dan Revah",

@@ -5,0 +5,0 @@ "description": "Useful angular2 pipes",

@@ -41,2 +41,5 @@ # Angular2 Pipes

- [pow](#pow)
- [degrees](#degrees)
- [radians](#radians)
- [bytes](#bytes)
- [Boolean](#Boolean)

@@ -43,0 +46,0 @@ - [isNull](#isNull)

@@ -12,6 +12,7 @@ import {MaxPipe} from './max';

import {BytesPipe} from './bytes';
import {RadiansPipe} from "./radians";
export const MATH_PIPES = [
MaxPipe, MinPipe, PercentPipe, SumPipe, FloorPipe, RoundPipe, SqrtPipe, PowerPipe,
CeilPipe, DegreesPipe, BytesPipe
CeilPipe, DegreesPipe, BytesPipe, RadiansPipe
];

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