Socket
Socket
Sign inDemoInstall

vigour-util

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vigour-util - npm Package Compare versions

Comparing version 0.2.3 to 1.0.0

define.js

2

is/number.js
'use strict'
var isNumber = require('lodash/lang/isNumber')
var isNumber = require('lodash.isnumber')
module.exports = isNumber
{
"name": "vigour-util",
"version": "0.2.3",
"version": "1.0.0",
"author": "Vigour.io <dev@vigour.io>",

@@ -17,5 +17,5 @@ "repository": {

"dependencies": {
"lodash": "3.10.x"
"lodash.isnumber": "3.0.3"
},
"main": "./lib",
"main": "./",
"browser": {

@@ -32,11 +32,3 @@ "./uuid/": "./uuid/browser.js"

"Youri Daamen <youri@vigour.io>",
"Marcus Besjes <marcus@vigour.io>",
"Rick Smit <rick@vigour.io>",
"Andre Padez <andre@vigour.io>",
"Danillo Corvalan <danillo@vigour.io>",
"Valerio Barilla <valerio@vigour.io>",
"Shawn Inder <shawn@vigour.io>",
"Renan Carvalho <renan@vigour.io>",
"Nika Tomadze <nika@vigour.io>",
"Michiel Van Liempt <michiel@vigour.io>"
"Marcus Besjes <marcus@vigour.io>"
],

@@ -43,0 +35,0 @@ "license": "MIT",

'use strict'
var each = require('lodash/collection/each')
/**

@@ -26,1 +24,7 @@ * @function Unflatten an object with delimited keys

}
function each (obj, fn) {
for(var i in obj) {
fn(obj, obj[i])
}
}
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