Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

expand-pkg

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expand-pkg - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

2

lib/expanders/git.js

@@ -20,3 +20,3 @@ 'use strict';

if (utils.isString(config.repository)) {
utils.merge(config, utils.repo.expandUrl(config.repository, config));
utils.defaults(config, utils.repo.expandUrl(config.repository, config));
}

@@ -23,0 +23,0 @@

@@ -13,2 +13,3 @@ 'use strict';

require('defaults-deep', 'defaults');
require('get-value', 'get');

@@ -15,0 +16,0 @@ require('kind-of', 'typeOf');

{
"name": "expand-pkg",
"description": "Parse string values in package.json into objects.",
"version": "0.1.8",
"version": "0.1.9",
"homepage": "https://github.com/jonschlinkert/expand-pkg",

@@ -26,2 +26,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"debug": "^2.4.1",
"defaults-deep": "^0.2.4",
"export-files": "^2.1.1",

@@ -28,0 +29,0 @@ "get-value": "^2.0.6",

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