Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@youngbeen/es-halfmoon

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@youngbeen/es-halfmoon - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+4
-0
dist/index.js

@@ -7,2 +7,6 @@ "use strict";

var isObject = function isObject(val) {
return Object.prototype.toString.call(val) === '[object Object]';
};
if (!Array.prototype.get) {

@@ -9,0 +13,0 @@ Array.prototype.get = function (property) {

+1
-1
{
"name": "@youngbeen/es-halfmoon",
"version": "0.1.1",
"version": "0.1.2",
"description": "`ES-halfmoon` is about to provide some prototype methods for ES not covered yet",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -6,2 +6,6 @@

const isObject = (val) => {
return Object.prototype.toString.call(val) === '[object Object]'
}
if (!Array.prototype.get) {

@@ -8,0 +12,0 @@ Array.prototype.get = function (property, keyName = '') {