data-tier
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "data-tier", | ||
"version": "0.5.1", | ||
"description": "Tiny and fast two way (MV-VM) data binding framework implemented in pure JS for browser environments.", | ||
"main": "src/data-tier.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/gullerya/data-tier" | ||
}, | ||
"author": "Guller Yuri <gullerya@gmail.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/gullerya/data-tier/issues" | ||
}, | ||
"homepage": "https://github.com/gullerya/data-tier" | ||
"name": "data-tier", | ||
"version": "0.5.2", | ||
"homepage": "https://github.com/gullerya/data-tier", | ||
"author": { | ||
"name": "Guller Yuri", | ||
"email": "gullerya@gmail.com" | ||
}, | ||
"description": "Tiny and fast two way (MV-VM) data binding framework implemented in pure JS for browser environments.", | ||
"main": "data-tier.js", | ||
"keywords": [ | ||
"two", | ||
"way", | ||
"data", | ||
"binding", | ||
"tie", | ||
"model", | ||
"view", | ||
"native", | ||
"javascript", | ||
"object", | ||
"mutation", | ||
"observe" | ||
], | ||
"license": "MIT", | ||
"files": [ | ||
"src/data-tier.js" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/gullerya/data-tier" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/gullerya/data-tier/issues", | ||
"email": "gullerya@gmail.com" | ||
} | ||
} |
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
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
1
22255
3
548