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.32 to 0.1.33

4

lib/utils.embed.js

@@ -170,2 +170,6 @@ var _Array_slice,

var descr = getDescriptor(source, key);
if (descr == null) {
target[key] = source[key];
return;
}
if (descr.value !== void 0) {

@@ -172,0 +176,0 @@ target[key] = descr.value;

@@ -64,2 +64,6 @@ (function(factory){

var descr = getDescriptor(source, key);
if (descr == null) {
target[key] = source[key];
return;
}
if (descr.value !== void 0) {

@@ -66,0 +70,0 @@ target[key] = descr.value;

2

package.json
{
"name": "atma-utils",
"description": "Helpers",
"version": "0.1.32",
"version": "0.1.33",
"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