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.21 to 0.1.22

14

lib/utils.embed.js

@@ -7,4 +7,4 @@ var _Array_slice,

_Object_defineProperty,
$global as global,
$document as document;
_global,
_document;
(function(){

@@ -17,7 +17,9 @@ _Array_slice = Array.prototype.slice;

_Object_defineProperty = Object.defineProperty;
var $global = typeof global !== 'undefined' ? global : window;
_global = typeof global !== 'undefined'
? global
: window;
_document = typeof window !== 'undefined' && window.document != null
? window.document
: null;
var $document = typeof window !== 'undefined' && window.document != null ? window.document : null;
}());

@@ -24,0 +26,0 @@ (function(){

@@ -145,6 +145,8 @@ (function(factory){

_Object_defineProperty = Object.defineProperty;
var $global = typeof global !== 'undefined' ? global : window;
{ $global as global };
var $document = typeof window !== 'undefined' && window.document != null ? window.document : null;
{ $document as document };
var _global = typeof global !== 'undefined'
? global
: window;
var _document = typeof window !== 'undefined' && window.document != null
? window.document
: null;

@@ -151,0 +153,0 @@ }());

{
"name": "atma-utils",
"description": "Helpers",
"version": "0.1.21",
"version": "0.1.22",
"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