Socket
Socket
Sign inDemoInstall

intact-angular

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intact-angular - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

10

dist/lib/intact-angular.js

@@ -7,5 +7,9 @@ import * as tslib_1 from "tslib";

import { getParentIntactInstance } from './helpers';
var h = Intact.Vdt.miss.h;
var _a = Intact.Vdt.utils, intactClassName = _a.className, isEventProp = _a.isEventProp;
var _b = Intact.utils, get = _b.get, set = _b.set, nextTick = _b.nextTick;
var _a = Intact.Vdt.miss, h = _a.h, config = _a.config;
var _b = Intact.Vdt.utils, intactClassName = _b.className, isEventProp = _b.isEventProp;
var _c = Intact.utils, get = _c.get, set = _c.set, nextTick = _c.nextTick;
// disable delegate events
if (config) {
config.disableDelegate = true;
}
var IntactAngular = /** @class */ (function (_super) {

@@ -12,0 +16,0 @@ tslib_1.__extends(IntactAngular, _super);

@@ -12,6 +12,11 @@ import Intact from 'intact/dist/index';

const {h} = Intact.Vdt.miss;
const {h, config} = Intact.Vdt.miss;
const {className: intactClassName, isEventProp} = Intact.Vdt.utils;
const {get, set, nextTick} = Intact.utils;
// disable delegate events
if (config) {
config.disableDelegate = true;
}
@Component({})

@@ -18,0 +23,0 @@ export class IntactAngular extends Intact {

{
"name": "intact-angular",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {

@@ -5,0 +5,0 @@ "ng": "ng",

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