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.30 to 0.1.31

3

lib/utils.embed.js

@@ -178,2 +178,5 @@ var _Array_slice,

obj_getProperty = function (obj_, path) {
if (obj_ == null) {
return null;
}
if (path.indexOf('.') === -1) {

@@ -180,0 +183,0 @@ return obj_[path];

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

obj_getProperty = function (obj_, path) {
if (obj_ == null) {
return null;
}
if (path.indexOf('.') === -1) {

@@ -74,0 +77,0 @@ return obj_[path];

2

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

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

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