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

wallpaper

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wallpaper - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

lib/linux.js

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

const pify = require('pify');
const cp = pify.all(childProcess);
const cp = pify(childProcess);

@@ -8,0 +8,0 @@ const appsList = [

{
"name": "wallpaper",
"version": "2.1.0",
"version": "2.1.1",
"description": "Get or set the desktop wallpaper",

@@ -36,3 +36,3 @@ "license": "MIT",

"dependencies": {
"pify": "^2.2.0"
"pify": "^2.3.0"
},

@@ -39,0 +39,0 @@ "devDependencies": {

@@ -51,2 +51,4 @@ # wallpaper [![Build Status](https://travis-ci.org/sindresorhus/wallpaper.svg?branch=master)](https://travis-ci.org/sindresorhus/wallpaper) [![Build status](https://ci.appveyor.com/api/projects/status/xhwaihmhhplh5d05/branch/master?svg=true)](https://ci.appveyor.com/project/sindresorhus/wallpaper/branch/master)

- [wallpaper-cli](https://github.com/sindresorhus/wallpaper-cli) - CLI for this module
- [osx-wallpaper](https://github.com/sindresorhus/osx-wallpaper) - OS X binary used in this module
- [win-wallpaper](https://github.com/sindresorhus/win-wallpaper) - Windows binary used in this module

@@ -56,2 +58,2 @@

MIT © [Sindre Sorhus](http://sindresorhus.com)
MIT © [Sindre Sorhus](https://sindresorhus.com)

Sorry, the diff of this file is not supported yet

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