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

angular-2-console-pipe

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-2-console-pipe - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

package.json
{
"name": "angular-2-console-pipe",
"version": "0.0.2",
"version": "0.0.3",
"description": "Angular 2 pipe for logging to the console from a template",
"main": "console.pipe.ts",
"main": "index.js",
"repository": {

@@ -7,0 +7,0 @@ "type": "git",

@@ -8,3 +8,3 @@ # angular-2-console-pipe

import { PLATFORM_PIPES } from '@angular/core';
import { ConsolePipe } from ‘angular-2-console-pipe’;
import { ConsolePipe } from 'angular-2-console-pipe';

@@ -22,2 +22,2 @@ bootstrap(App, [{

{{ someObject | console }}
```
```
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