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

division.js

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

division.js - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

6

package.json
{
"name": "division.js",
"version": "1.2.1",
"version": "1.2.2",
"description": "Central JS logic management module",

@@ -29,3 +29,3 @@ "keywords": [],

"knockout": "~2",
"connect-rest": ">=0.6.4",
"connect-rest": ">=0.6.5",
"underscore": "~1",

@@ -47,3 +47,3 @@ "knockout.mapper.js": "~1",

},
"_id": "division.js@1.2.1"
"_id": "division.js@1.2.2"
}

@@ -23,7 +23,7 @@ var ViewModel = (function(){

thePrototype = model;
var M = funcsync.functify(model, self);
var F = funcsync.functify(methods, self);
thePrototype = model;
theViewModel = ko.mapObject( self, M, V, F, S );

@@ -30,0 +30,0 @@

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