New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ag-repo

Package Overview
Dependencies
Maintainers
1
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-repo - npm Package Compare versions

Comparing version 1.0.44 to 1.0.45

3

AgActivityBase.js

@@ -235,3 +235,2 @@ "use strict";

}, { deep: true });
return item;
}

@@ -258,3 +257,3 @@ ;

sync.append(active._id, active);
return active;
return map[active._id];
},

@@ -261,0 +260,0 @@ query: function (filter, paging, order) {

@@ -46,6 +46,6 @@ "use strict";

return AgHelper_1.AgHelper.remap(defaultValue, function (id, def) {
var obj = (id in object_collection) ? object_collection.map()[id] : object_collection.add({ _id: id, value: (0, lodash_1.cloneDeep)(def) });
var obj = (id in object_collection) ? object_collection.item(id) : object_collection.add({ _id: id, value: (0, lodash_1.cloneDeep)(def) });
function value() { return obj.value; }
function update(v) { AgHelper_1.AgHelper.update(v, obj.value); }
function restore() { obj.value = AgHelper_1.AgHelper.update((0, lodash_1.cloneDeep)(def), obj.value); }
function update(v) { obj.value = v; }
function restore() { obj.value = (0, lodash_1.cloneDeep)(def); }
return {

@@ -52,0 +52,0 @@ value: value,

{
"name": "ag-repo",
"version": "1.0.44",
"version": "1.0.45",
"description": "",

@@ -5,0 +5,0 @@ "author": "",

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