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

angular2-prettyjson

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-prettyjson - npm Package Compare versions

Comparing version 1.0.2 to 1.0.4

2

index.d.ts

@@ -1,5 +0,3 @@

/// <reference path="node_modules/typescript/lib/lib.core.es6.d.ts" />
/// <reference path="node_modules/@angular/core/testing.d.ts" />
export { PrettyJsonPipe } from "./src/prettyjson.pipe";
export { SafeJsonPipe } from "./src/json.pipe";
export { PrettyJsonComponent } from "./src/prettyjson.component";
"use strict";
/// <reference path="./node_modules/typescript/lib/lib.core.es6.d.ts" />
/// <reference path="./node_modules/@angular/core/testing.d.ts"/>
var prettyjson_pipe_1 = require("./src/prettyjson.pipe");

@@ -5,0 +3,0 @@ exports.PrettyJsonPipe = prettyjson_pipe_1.PrettyJsonPipe;

2

package.json
{
"name": "angular2-prettyjson",
"version": "1.0.2",
"version": "1.0.4",
"description": "Angular2 json utils. Includes a pipe to replace Angular's built in json pipe which implements spacing, avoids circular references. Also includes a component that will pretty print json with syntax highlight",

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

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

# Angular 2 Pretty Json v1.0.2
# Angular 2 Pretty Json v1.0.4

@@ -3,0 +3,0 @@ A module for Angular 2 debug output of objects. Contains a pipe similar to [JsonPipe](https://angular.io/docs/ts/latest/api/common/index/JsonPipe-class.html) but adds support for spacing and handling of circular structures.

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