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.18 to 0.0.19

6

dist/src/ng-directives.js

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

var anyAttrHandler = {
forAttributes: ["ng-click", "ng-model", "ng-change", "ng-value",
forAttributes: ["ng-model", "ng-change", "ng-value",
"ng-submit", "ng-class", "ng-style", "ng-init", "ng-grid"],

@@ -147,5 +147,5 @@ handleAttribute: function (attrName, val, codegenHelpers) {

var ngWithEvent = {
forAttributes: ["ng-blur", "ng-mouseenter", "ng-mouseleave"],
forAttributes: ["ng-blur", "ng-mouseenter", "ng-mouseleave", "ng-click"],
handleAttribute: function (attrName, attrValue, codegenHelpers) {
return { source: "const " + codegenHelpers.getNewVariableName() + " = (" + codegenHelpers.registerVariable('$event') + ": any) => " +
return { source: "const " + codegenHelpers.getNewVariableName() + ": any = (" + codegenHelpers.registerVariable('$event') + ": any) => " +
codegenHelpers.addScopeAccessors(attrValue) + ";" };

@@ -152,0 +152,0 @@ }

{
"name": "ng-typeview",
"version": "0.0.18",
"version": "0.0.19",
"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