Socket
Socket
Sign inDemoInstall

type-util

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

3

lib/index.js

@@ -0,1 +1,2 @@

var _ = require('lodash');
module.exports = function(){

@@ -28,3 +29,3 @@ var methods = {};

methods._compact = function(data){
return methods._.compact(data);
return _.compact(data);
}

@@ -31,0 +32,0 @@ methods._uniqueList = function(data){

{
"name": "type-util",
"version": "0.0.6",
"version": "0.0.7",
"description": "This module provides the functionality to perfrom the basic operations on strings, arrays, and objects.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc