Socket
Socket
Sign inDemoInstall

atma-utils

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atma-utils - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

12

lib/utils.embed.js

@@ -789,3 +789,11 @@ // source /src/refs.js

};
}
},
resolveDelegate: function(){
return fn_proxy(this.resolve, this);
},
rejectDelegate: function(){
return fn_proxy(this.reject, this);
},
};

@@ -945,3 +953,3 @@

class_Uri = mask["class"].create({
class_Uri = class_create({
protocol: null,

@@ -948,0 +956,0 @@ value: null,

31

lib/utils.js
(function(factory){
var exports = typeof module != null && typeof exports != null
? exports : null;
if (exports == null) {
exports = window.Utils = {};
var owner, property;
if (typeof module !== 'undefined' && module.exports) {
owner = module;
property = 'exports';
}
else {
owner = window;
property = 'Utils';
}
factory(exports);
factory(owner, property);
}(function(exports){
}(function(owner, property){

@@ -803,3 +806,11 @@ // source utils.embed.js

};
}
},
resolveDelegate: function(){
return fn_proxy(this.resolve, this);
},
rejectDelegate: function(){
return fn_proxy(this.reject, this);
},
};

@@ -959,3 +970,3 @@

class_Uri = mask["class"].create({
class_Uri = class_create({
protocol: null,

@@ -1259,3 +1270,3 @@ value: null,

exports = {
owner[property] = {
class: {

@@ -1262,0 +1273,0 @@ Deferred: class_Dfr,

{
"name": "atma-utils",
"description": "Helpers",
"version": "0.1.4",
"version": "0.1.5",
"author": "Alexander Kit <alex.kit@atmajs.com>",

@@ -6,0 +6,0 @@ "repository": {

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