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

data-tier

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-tier - npm Package Compare versions

Comparing version 0.5.4 to 0.5.41

dist/data-tier.js

77

package.json
{
"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.

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