DOMBuilder
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "DOMBuilder", | ||
"description": "Builder library - generate HTML with an API which is also usable in the browser", | ||
"version": "2.0.1", | ||
"author": "Jonathan Buchanan <jonathan.buchanan@gmail.com> (https://github.com/insin)", | ||
"tags": ["HTML", "builder"], | ||
"homepage": "http://readthedocs.org/docs/dombuilder/en/latest/", | ||
"main": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/insin/DOMBuilder.git" | ||
"name": "DOMBuilder" | ||
, "description": "Builder library - generate HTML with an API which is also usable in the browser" | ||
, "version": "2.1.0" | ||
, "author": "Jonathan Buchanan <jonathan.buchanan@gmail.com> (https://github.com/insin)" | ||
, "tags": ["dualsided", "DOM", "HTML", "builder", "templates"] | ||
, "main": "./lib/dombuilder" | ||
, "repository": { | ||
"type": "git" | ||
, "url": "https://github.com/insin/DOMBuilder.git" | ||
} | ||
, "dependencies": { | ||
"isomorph": "0.1.x" | ||
} | ||
, "devDependencies": { | ||
"qunit": "0.2.x" | ||
, "buildumb": "0.1.x" | ||
} | ||
, "scripts": { | ||
"test": "node tests/tests.js" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
75888
14
2099
254
0
1
2
1
4
+ Addedisomorph@0.1.x
+ Addedisomorph@0.1.10(transitive)