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

ng-typeview

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-typeview - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

dist/src/ng-typeview.js

@@ -160,3 +160,3 @@ "use strict";

new NgFilter("translate", "(key: string) => string"),
new NgFilter("linky", "(text:string, target: '_blank'|'_self'|'_parent'|'_top') => string"),
new NgFilter("linky", "(text:string | null, target: '_blank'|'_self'|'_parent'|'_top') => string"),
new NgFilter("orderBy", "<T, K extends keyof T>(input:T[], field: K) => T[]"),

@@ -163,0 +163,0 @@ new NgFilter("filter", "<T>(input:T[], v: string | { [P in keyof T]?: T[P]; }) => T[]"),

{
"name": "ng-typeview",
"version": "0.0.12",
"version": "0.0.13",
"description": "library to enable type-checking of angular views when using typescript",

@@ -5,0 +5,0 @@ "keywords": [

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