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

camtts

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camtts - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

.github/dependabot.yml

2

index.ts

@@ -10,3 +10,3 @@ import { AccountReport } from "./types/AccountReport";

if (typeof DOMParser === 'undefined') {
const NodeParser = require('xmldom').DOMParser;
const NodeParser = require('@xmldom/xmldom').DOMParser;
parser = new NodeParser();

@@ -13,0 +13,0 @@ } else {

{
"name": "camtts",
"version": "0.0.5",
"version": "0.0.6",
"description": "CAMT parser for Typescript",

@@ -32,3 +32,3 @@ "main": "dist/index.js",

"jasmine": "^3.5.0",
"nyc": "^14.1.1",
"nyc": "^15.0.0",
"ts-node": "^8.4.1",

@@ -38,5 +38,5 @@ "typescript": "^3.7.2"

"dependencies": {
"@types/node": "^12.12.8",
"xmldom": "^0.1.27"
"@types/node": "^14.0.9",
"@xmldom/xmldom": "^0.8.5"
}
}

@@ -8,3 +8,3 @@ # CAMT TS

## Developemt
## Development

@@ -11,0 +11,0 @@ Adding new methods to classes for getting tags from XML elements is easily achievable. Just use the Visual Studio Code snippet in this project. Type `c-get` and a new code snippet will appear. The cursor will automatically position at the method name and swich to the XML tag with *TAB*.

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