New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@journeyapps/core-xml

Package Overview
Dependencies
Maintainers
2
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@journeyapps/core-xml - npm Package Compare versions

Comparing version 0.0.0-dev.0d12bd8.0a72281 to 0.0.0-dev.12973f9.ff48a98

10

dist/src/pretty.js

@@ -13,6 +13,3 @@ "use strict";

const newDoc = document.implementation.createDocument(document.documentElement.tagName, null, null);
const actualOptions = {
indentSpaces: 4,
...options
};
const actualOptions = Object.assign({ indentSpaces: 4 }, options);
for (let i = 0; i < document.childNodes.length; i++) {

@@ -38,6 +35,3 @@ const child = document.childNodes.item(i);

else {
const actualOptions = {
indentSpaces: 4,
...options
};
const actualOptions = Object.assign({ indentSpaces: 4 }, options);
const prettyElement = prettyNode(node.ownerDocument, node, actualOptions, 0);

@@ -44,0 +38,0 @@ return serializeToString(prettyElement);

6

package.json
{
"name": "@journeyapps/core-xml",
"version": "0.0.0-dev.0d12bd8.0a72281",
"version": "0.0.0-dev.12973f9.ff48a98",
"description": "Journey JS library",

@@ -18,3 +18,3 @@ "main": "./dist/src/node.js",

"devDependencies": {
"@journeyapps/core-test-helpers": "0.0.0-dev.0d12bd8.0a72281"
"@journeyapps/core-test-helpers": "0.0.0-dev.12973f9.ff48a98"
},

@@ -26,3 +26,3 @@ "files": [

],
"gitHead": "fdd5d4fb89f25ea468bb70735768701a57c20b6b"
"gitHead": "25b022e70280c980c5eb3bc3e3c451287b70b218"
}

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