Socket
Socket
Sign inDemoInstall

libxmljs-builder

Package Overview
Dependencies
3
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

3

dist/lib/element-extends.js
module.exports = {
attrVal: function(key) {
return this.attr(key).value();
var ref;
return (ref = this.attr(key)) != null ? ref.value() : void 0;
},

@@ -5,0 +6,0 @@ attrVals: function() {

{
"name": "libxmljs-builder",
"description": "the xml builder that wrap libxmljs",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/liuxiong332/node-libxmljs-builder",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/liuxiong332/node-libxmljs-builder/issues",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc