🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

typesxml

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typesxml - npm Package Compare versions

Comparing version

to
1.6.2

2

dist/XMLElement.d.ts

@@ -28,3 +28,3 @@ /*******************************************************************************

setAttribute(attribute: XMLAttribute): void;
removeAtribute(name: string): void;
removeAttribute(name: string): void;
setAttributes(array: Array<XMLAttribute>): void;

@@ -31,0 +31,0 @@ getAttributes(): Array<XMLAttribute>;

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

}
removeAtribute(name) {
removeAttribute(name) {
this.attributes.delete(name);

@@ -48,0 +48,0 @@ }

{
"name": "typesxml",
"productName": "TypesXML",
"version": "1.6.1",
"version": "1.6.2",
"description": "Open source XML library written in TypeScript",

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

Sorry, the diff of this file is not supported yet