data-tier
Advanced tools
Comparing version 0.5.4 to 0.5.41
{ | ||
"name": "data-tier", | ||
"version": "0.5.4", | ||
"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": [ | ||
"lib/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" | ||
} | ||
"name": "data-tier", | ||
"version": "0.5.41", | ||
"main": "dist/data-tier.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"description": "Tiny and fast two way (MV-VM) data binding framework implemented in pure JS for browser environments.", | ||
"keywords": [ | ||
"two", | ||
"way", | ||
"data", | ||
"binding", | ||
"tie", | ||
"model", | ||
"view", | ||
"native", | ||
"javascript", | ||
"object", | ||
"mutation", | ||
"observe" | ||
], | ||
"author": { | ||
"name": "Guller Yuri", | ||
"email": "gullerya@gmail.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/gullerya/data-tier" | ||
}, | ||
"homepage": "https://github.com/gullerya/data-tier/README.md", | ||
"devDependencies": { | ||
"object-observer": "~0.1.1", | ||
"grunt": "~0.4.5", | ||
"grunt-cli": "~1.2.0", | ||
"grunt-contrib-jshint": "~1.0.0", | ||
"grunt-contrib-uglify": "~1.0.1" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/gullerya/data-tier/issues", | ||
"email": "gullerya@gmail.com" | ||
} | ||
} |
@@ -7,3 +7,3 @@ Temporary Suspension notice | ||
Meanwhile, I'm completely refactoring the observing part of this module implementing it via Proxy facilities (observation module will be published as a separate module in npm soon) and once this is availalbe - DataTier module will become functional again. | ||
ETA - till end of May 2016 (for both modules, ObjectObserver https://github.com/gullerya/object-observer-js and DataTier). | ||
ETA for the DataTier is end of June 2016 (ObjectObserver https://github.com/gullerya/object-observer-js is considered to be good enough to start re-writing this library on top of it now). | ||
APIs - current APIs will mostly not be changed, except the observing syntax. | ||
@@ -10,0 +10,0 @@ Feedback - any early feedback from anyone who had a chance to try this out is welcome. |
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
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
No website
QualityPackage does not have a website.
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
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
35331
4
5
602
2