Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular2-pipes

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-pipes - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

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

2

index.d.ts

@@ -1,1 +0,1 @@

export * from './src/app/pipes.module';
export * from './bin/app/pipes.module';

@@ -1,4 +0,4 @@

// function __export(m) {
// for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
// }
// __export(require('./bin/app/pipes.module'));
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
__export(require('./bin/app/pipes.module'));
{
"name": "angular2-pipes",
"version": "0.4.5",
"version": "0.4.6",
"author": "Dan Revah",

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

import {NgModule} from '@angular/core';
import {ARRAY_PIPES} from './pipes/array';
import {STRING_PIPES} from './pipes/string';
import {MATH_PIPES} from './pipes/math';
import {BOOLEAN_PIPES} from './pipes/boolean';
import {ARRAY_PIPES} from "./pipes/array/array";
import {STRING_PIPES} from "./pipes/string/string";
import {MATH_PIPES} from "./pipes/math/math";
import {BOOLEAN_PIPES} from "./pipes/boolean/boolean";
@NgModule({

@@ -13,6 +14,1 @@ declarations: [...STRING_PIPES, ...ARRAY_PIPES, ...MATH_PIPES, ...BOOLEAN_PIPES],

export class NgPipesModule {}
export * from './pipes/array';
export * from './pipes/string';
export * from './pipes/math';
export * from './pipes/boolean';
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