Socket
Socket
Sign inDemoInstall

atma-utils

Package Overview
Dependencies
0
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.20 to 0.1.21

8

lib/utils.embed.js

@@ -6,3 +6,5 @@ var _Array_slice,

_Object_getOwnProp,
_Object_defineProperty;
_Object_defineProperty,
$global as global,
$document as document;
(function(){

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

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

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

@@ -145,2 +145,6 @@ (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 };

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

5

package.json
{
"name": "atma-utils",
"description": "Helpers",
"version": "0.1.20",
"version": "0.1.21",
"author": "Alexander Kit <alex.kit@atmajs.com>",

@@ -26,3 +26,4 @@ "repository": {

"test": "atma test",
"build": "app-bundler"
"build": "app-bundler",
"release": "atma bump && npm run build && git add -A && git commit -am \"bump\" && git push && npm publish"
},

@@ -29,0 +30,0 @@ "keywords": [],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc