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

xml-parser-xo

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml-parser-xo - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

dist/cjs/index.js

17

package.json
{
"name": "xml-parser-xo",
"version": "4.0.2",
"version": "4.0.3",
"repository": "github:chrisbottin/xml-parser",

@@ -12,11 +12,16 @@ "bugs": {

"license": "MIT",
"main": "dist/index.js",
"main": "./dist/cjs/index.js",
"module": "./dist/esm5/index.js",
"es2015": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"sideEffects": false,
"scripts": {
"lint": "eslint . --ext=js,ts",
"clean": "rm -rf ./dist",
"compile": "npm run clean && npm run lint && npm run compile:commonjs && npm run compile:esnext",
"compile:commonjs": "tsc --module commonjs --outDir ./dist --noEmit false",
"compile:esnext": "tsc --module esnext --outDir ./dist/esnext --noEmit false",
"compile": "npm run clean && npm run lint && npm run compile:commonjs && npm run compile:esnext && npm run compile:types",
"compile:commonjs": "tsc --module commonjs --outDir ./dist/cjs --noEmit false",
"compile:esnext": "tsc --module esnext --outDir ./dist/esm --noEmit false",
"compile:types": "tsc --emitDeclarationOnly --declaration --declarationMap --outDir ./dist/types --noEmit false",
"test": "mocha --require=ts-node/register --extension=js,ts --spec=test",
"prepublishOnly": "npm run test && npm run compile"
"prepublishOnly": "echo Please use publish.sh && exit 1"
},

@@ -23,0 +28,0 @@ "engines": {

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