Socket
Socket
Sign inDemoInstall

vigour-util

Package Overview
Dependencies
Maintainers
2
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 2.0.7 to 2.0.8

18

package.json
{
"name": "vigour-util",
"version": "2.0.7",
"version": "2.0.8",
"author": "Vigour.io <dev@vigour.io>",

@@ -30,3 +30,5 @@ "scripts": {

"lodash.isstring": "^4.0.1",
"lodash.set": "^4.0.0"
"lodash.set": "^4.0.0",
"babelify": "^7.3.0",
"babel-preset-es2015": "^6.6.0"
},

@@ -47,2 +49,14 @@ "main": "./",

],
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
},
"license": "ISC",

@@ -49,0 +63,0 @@ "devDependencies": {

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