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.6 to 1.1.7

8

xmldoc/index.d.ts

@@ -20,3 +20,3 @@ // Type definitions for xmldoc 1.1

type: 'element';
type: "element";
name: string;

@@ -47,3 +47,3 @@ attr: XmlAttributes;

type: 'text';
type: "text";
text: string;

@@ -58,3 +58,3 @@

type: 'cdata';
type: "cdata";
cdata: string;

@@ -69,3 +69,3 @@

type: 'comment';
type: "comment";
comment: string;

@@ -72,0 +72,0 @@

{
"name": "@types/xmldoc",
"version": "1.1.6",
"version": "1.1.7",
"description": "TypeScript definitions for xmldoc",

@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/xmldoc",

"dependencies": {},
"typesPublisherContentHash": "259160896320d704d81a3402681da8160fa331668c1411e2b1f348e24e4621d0",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "442d5f0cfdce904c2c6313b424361f33ccc0a3fe21bf8bd7eb0404fecf34e70a",
"typeScriptVersion": "4.3"
}

@@ -30,3 +30,3 @@ # Installation

type: 'element';
type: "element";
name: string;

@@ -57,3 +57,3 @@ attr: XmlAttributes;

type: 'text';
type: "text";
text: string;

@@ -68,3 +68,3 @@

type: 'cdata';
type: "cdata";
cdata: string;

@@ -79,3 +79,3 @@

type: 'comment';
type: "comment";
comment: string;

@@ -106,3 +106,3 @@

### Additional Details
* Last updated: Fri, 02 Jul 2021 17:02:22 GMT
* Last updated: Wed, 30 Aug 2023 19:35:44 GMT
* Dependencies: none

@@ -109,0 +109,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