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 2.9.1 to 2.9.2

7

package.json
{
"name": "data-tier",
"version": "2.9.1",
"version": "2.9.2",
"description": "Tiny and fast two way (MV-VM) data binding framework for browser environments.",

@@ -42,7 +42,6 @@ "keywords": [

"lint": "eslint -c ./build/.eslintrc.json --ignore-path ./build/.eslintignore ./src/**/*.js",
"test": "npm run build && node ./node_modules/just-test/dist/tests-runner/run-tests.js --config=./tests/tests-run-config.json",
"publish": "npm run build && npm publish"
"test": "npm run build && node ./node_modules/just-test/dist/tests-runner/run-tests.js --config=./tests/tests-run-config.json"
},
"dependencies": {
"object-observer": "^3.0.0"
"object-observer": "^3.0.2"
},

@@ -49,0 +48,0 @@ "devDependencies": {

@@ -19,3 +19,3 @@ [![GitHub](https://img.shields.io/github/license/gullerya/data-tier.svg)](https://github.com/gullerya/data-tier)

* __2.9.1__
* __2.9.2__
* implemented [issue #42](https://github.com/gullerya/data-tier/issues/42) - added a possibility to update tie's model as a whole via new API: `DataTier.ties.update(key, newModel);`

@@ -38,2 +38,7 @@ * upgraded dependencies

There is a growing number of examples and ready to run tutorials in the repo (docs/tutorials), but even more convenient to play with the snippets below:
- [DataTier binding with regular DOM elements](https://codepen.io/gullerya/pen/abdmebe) - simple `input` element, its `change` event and `span` reflecting the changed value
- [WebComponent scoped binding](https://codepen.io/gullerya/pen/xxZEvbK) - this time we have `input` tied to the reflecting `span` by an `input` event (immediate changes), while all of those scoped within a `web-component`, each instance if which has its own encapsulated model
- ... more to come :)
As many similar libraries do, `data-tier` also employes the two:

@@ -40,0 +45,0 @@ * __declarative__ part of binding views to model found in HTML

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