Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

atma-utils

Package Overview
Dependencies
Maintainers
1
Versions
56
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.2.48 to 0.2.49

5

lib/utils.d.ts

@@ -32,4 +32,5 @@ // Generated by dts-bundle v0.7.3

export const _Object_defineProperty: (o: any, p: string | number | symbol, attributes: PropertyDescriptor & ThisType<any>) => any;
export const _global: any;
export const _document: any;
export let _global: any;
export let _document: any;
export function setDocument(doc: any): void;
}

@@ -36,0 +37,0 @@

6

lib/utils.embed.js

@@ -8,3 +8,4 @@ var _Array_slice,

_global,
_document;
_document,
setDocument;
(function(){

@@ -23,2 +24,5 @@ _Array_slice = Array.prototype.slice;

: null;
setDocument = function (doc) {
_document = doc;
}

@@ -25,0 +29,0 @@ }());

@@ -109,2 +109,5 @@ (function(factory){

: null;
function setDocument(doc) {
_document = doc;
}

@@ -111,0 +114,0 @@ }());

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

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

@@ -10,3 +10,4 @@ export declare const _Array_slice: (start?: number, end?: number) => any[];

export declare const _Object_defineProperty: (o: any, p: string | number | symbol, attributes: PropertyDescriptor & ThisType<any>) => any;
export declare const _global: any;
export declare const _document: any;
export declare let _global: any;
export declare let _document: any;
export declare function setDocument(doc: any): void;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports._document = exports._global = exports._Object_defineProperty = exports._Object_getOwnProp = exports._Object_hasOwnProp = exports._Array_indexOf = exports._Array_splice = exports._Array_slice = void 0;
exports.setDocument = exports._document = exports._global = exports._Object_defineProperty = exports._Object_getOwnProp = exports._Object_hasOwnProp = exports._Array_indexOf = exports._Array_splice = exports._Array_slice = void 0;
exports._Array_slice = Array.prototype.slice;

@@ -16,1 +16,5 @@ exports._Array_splice = Array.prototype.splice;

: null;
function setDocument(doc) {
exports._document = doc;
}
exports.setDocument = setDocument;

@@ -32,4 +32,5 @@ // Generated by dts-bundle v0.7.3

export const _Object_defineProperty: (o: any, p: string | number | symbol, attributes: PropertyDescriptor & ThisType<any>) => any;
export const _global: any;
export const _document: any;
export let _global: any;
export let _document: any;
export function setDocument(doc: any): void;
}

@@ -36,0 +37,0 @@

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