
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
A very lightweight XML construction library.
You can install lite-xml using npm, yarn, or pnpm:
npm install lite-xml
yarn add lite-xml
pnpm add lite-xml
See the API Documentation
Lite-XML includes three kinds of JavaScript module format. The process for achieving this is inspired by this blog post from SenseDeep. This library uses ESBuild for constructing each module platform.
Exports all code as an ECMAScript Module, suitable for import:
import * as liteXml from 'lite-xml'
ES Modules are typically used:
Exports all code as a CommonJS, suitable for require.
const liteXML = require('lite-xml')
CommonJS modules are typically used by older Node.JS applications.
Exports all code as a ES6 script suitable for inclusion in browsers. The code is wrapped in an Immediately invoked function expression (or "IIFE").
<script src='lite-xml/dist/browser/index.js'>
Browser scripts are typically used by older web browser-based applications.
lite-xml is licensed under the MIT License.
FAQs
A very lightweight XML construction library.
We found that lite-xml demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.