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.9 to 0.1.10

2

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

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

@@ -5,1 +5,28 @@ /// <reference path="./ns/all.d.ts" />

export const is_Function: typeof Is.is_Function;
export const is_Array: typeof Is.is_Array
export const is_ArrayLike: typeof Is.is_ArrayLike
export const is_String: typeof Is.is_String
export const is_Object: typeof Is.is_Object
export const is_notEmptyString: typeof Is.is_notEmptyString
export const is_rawObject: typeof Is.is_rawObject
export const is_Date: typeof Is.is_Date
export const is_NODE: typeof Is.is_NODE
export const is_DOM: typeof Is.is_DOM
export const obj_getProperty: typeof Obj.obj_getProperty;
export const obj_setProperty: typeof Obj.obj_setProperty;
export const obj_hasProperty: typeof Obj.obj_hasProperty;
export const obj_extend: typeof Obj.obj_extend;
export const obj_extendDefaults: typeof Obj.obj_extendDefaults;
export const obj_extendMany: typeof Obj.obj_extendMany;
export const obj_extendProperties: typeof Obj.obj_extendProperties;
export const obj_extendPropertiesDefaults: typeof Obj.obj_extendPropertiesDefaults;
export const obj_create: typeof Obj.obj_create;
export const obj_defineProperty: typeof Obj.obj_defineProperty;
export const class_create: typeof ClassBase.class_create;
export const class_Dfr: typeof ClassBase.class_Dfr;
export const class_EventEmitter: typeof ClassBase.class_EventEmitter;
export const class_Uri: typeof ClassBase.class_Uri;
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