Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "ss-utils", | ||
"title": "ServiceStack JavaScript Utils", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "ServiceStack's JavaScript library providing a number of convenience utilities in developing javascript web apps. Integrates with ServiceStack's Server features including Error Handling, Validation and Server Events", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/ServiceStack/ss-utils", |
@@ -562,3 +562,3 @@ ;(function (root, f) { | ||
$(window).on("unload", function () { | ||
$.post(opt.unRegisterUrl, null, function (r) { }); | ||
$.ajax({ type: 'POST', url: opt.unRegisterUrl, async: false }); | ||
}); | ||
@@ -565,0 +565,0 @@ } |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
30551
1