xml-typescript icon indicating copy to clipboard operation
xml-typescript copied to clipboard

Decorators for xml serialization

Results 11 xml-typescript issues
Sort by recently updated
recently updated
newest added

this will fix https://github.com/RobinBuschmann/xml-typescript/issues/6

I've run `npm audit fix` to fix all vunerabilities It was also reported in https://github.com/RobinBuschmann/xml-typescript/issues/17

The lodash version used by the package is pretty old and deprecated. Ithas security issues. Please update it

New lodash version also fixes security vulnerabilities.

Hi, When I pull the package from npm, I get the version 1.0.8. What I find here is the package 1.0.6. Have you moved to a different repository? The npm...

Hello, just out of interest: do you plan to implement XML parsing support? (i.e. automatic mapping of de-serialized XML objects with Typescript class definitions) The `ta-json` project is a good...

Hi Robin, please excuse all the unnecessary code changes inside existing files but I wasn't able to find a linter setting which preserved your code. The code of the newly...

Getting the following 2 errors. node_modules/xml-decorators/lib/models/XMLChild.ts:75:17 - error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'. No index signature...

I am trying to model classes that can support mixed content. From the example at https://www.npmjs.com/package/js2xmlparser I could do this with ```javascript var js2xmlparser = require("js2xmlparser"); var obj = {...

By default the encoding of xml tag is **'UTF-8'**. I need to set this encoding to **'iso-8859-1'**