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

absync

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

absync - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.idea/.name

15

package.json
{
"name": "absync",
"version": "0.0.0",
"description": "absync ======",
"version": "0.0.1",
"description": "absync",
"main": "index.js",

@@ -13,3 +13,3 @@ "scripts": {

},
"author": "Oliver Salzburg",
"author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
"license": "MIT",

@@ -19,3 +19,10 @@ "bugs": {

},
"homepage": "https://github.com/oliversalzburg/absync"
"homepage": "https://github.com/oliversalzburg/absync",
"dependencies": {
"fm-log": "^0.7.1",
"lodash": "^2.4.1",
"mongoose": "^3.8.17",
"mongoose-schema-extend": "^0.1.7",
"socket.io": "^1.1.0"
}
}

@@ -1,2 +0,8 @@

absync
======
absync is a highly opinionated framework to synchronize data pools in MEAN applications.
It consists of:
- a type modeling tool set that builds on top of [mongoose](http://mongoosejs.com/)
- a transactional layer that builds on top of [socket.io](http://socket.io/)
- a caching service for Angular
One of the key concepts of absync is that model properties can be decorated with permission requirements that affect the data during transaction, which allows you to hide or change properties when the model is transferred between the server and the client (and vice versa).
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