elementtree
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
59386
22
1360