Socket
Socket
Sign inDemoInstall

wallpaper

Package Overview
Dependencies
0
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.2.0

source/.DS_Store

6

index.js
'use strict';
if (process.platform === 'darwin') {
module.exports = require('./lib/macos');
module.exports = require('./source/macos');
} else if (process.platform === 'win32') {
module.exports = require('./lib/win');
module.exports = require('./source/win');
} else {
module.exports = require('./lib/linux');
module.exports = require('./source/linux');
}
{
"name": "wallpaper",
"version": "4.1.0",
"version": "4.2.0",
"description": "Manage the desktop wallpaper",

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

"index.js",
"lib"
"source"
],

@@ -35,5 +35,5 @@ "keywords": [

"devDependencies": {
"ava": "^0.25.0",
"ava": "^1.0.1",
"xo": "^0.23.0"
}
}

@@ -5,3 +5,3 @@ # 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)

Works on macOS, Linux, and Windows.
Works on macOS 10.12+, Linux, and Windows 10+.

@@ -8,0 +8,0 @@ *Maintainer needed for the Linux part of the code. No new Linux-related changes will be accepted until someone with good Linux knowledge volunteers.*

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