Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/xmldoc

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/xmldoc - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

11

xmldoc/index.d.ts

@@ -6,15 +6,6 @@ // Type definitions for xmldoc 1.1

export class XmlDocument {
export class XmlDocument extends XmlElement {
constructor(xmlString: string);
doctype: string;
eachChild(func: (child: XmlElement, index?: number, array?: XmlElement[]) => void): void;
childNamed(name: string): XmlElement;
childrenNamed(name: string): XmlElement[];
childWithAttribute(name: string, value?: string): XmlElement;
descendantWithPath(path: string): XmlElement;
valueWithPath(path: string): string;
toString(opts?: XmlOptions): string;
toStringWithIndent(indent: string, opts?: XmlOptions): string;
}

@@ -21,0 +12,0 @@

4

xmldoc/package.json
{
"name": "@types/xmldoc",
"version": "1.1.0",
"version": "1.1.1",
"description": "TypeScript definitions for xmldoc",

@@ -24,4 +24,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "5ec9b1acd0b546e5b66738861cd8ae7ae25adeb34abe5fe860a77c7b0dac53b5",
"typesPublisherContentHash": "6998245814c94f2df88dcc0ae99741f75e9afb39ec8d0d8c8913e45c306aa2b7",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 02 Jun 2017 13:55:42 GMT
* Last updated: Tue, 18 Jul 2017 13:54:29 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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