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

elementtree

Package Overview
Dependencies
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elementtree - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

tests/data/bom-xml.xml

2

CHANGES.md

@@ -1,2 +0,2 @@

elementtree v0.1.6 (in development)
elementtree v0.1.6 - 2014-02-06

@@ -3,0 +3,0 @@ * Add support for CData elements. (#14)

@@ -9,4 +9,10 @@ {

"description": "XML Serialization and Parsing module based on Python's ElementTree.",
"version": "0.1.6",
"keywords": [ "xml", "sax", "parser", "seralization", "elementtree" ],
"version": "0.1.7",
"keywords": [
"xml",
"sax",
"parser",
"seralization",
"elementtree"
],
"homepage": "https://github.com/racker/node-elementtree",

@@ -27,4 +33,4 @@ "repository": {

},
"dependencies" : {
"sax": "0.3.5"
"dependencies": {
"sax": "1.1.4"
},

@@ -34,8 +40,3 @@ "devDependencies": {

},
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
]
"license": "Apache-2.0"
}

@@ -340,1 +340,10 @@ /**

};
exports['test_read_bom'] = function(test, assert) {
var file = readFile('bom-xml.xml');
var etree = et.parse(file);
// If parse finished, test was successful
test.finish();
};

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