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.1 to 0.5.2

55

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