Socket
Socket
Sign inDemoInstall

is-windows

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.2.0

4

index.js

@@ -1,2 +0,2 @@

/*! is-windows v0.1.0 | MIT LICENSE (c) 2015 | https://github.com/jonschlinkert/is-windows */
/*! is-windows v0.2.0 | MIT LICENSE (c) 2015 | https://github.com/jonschlinkert/is-windows */
(function (root, factory) {

@@ -11,3 +11,3 @@ if (typeof define === 'function' && define.amd) {

// Browser
root.isWindows = factory();
root.isWindows = factory;
}

@@ -14,0 +14,0 @@ }(this, function () {

{
"name": "is-windows",
"description": "Returns true if the platform is windwows.",
"version": "0.1.1",
"version": "0.2.0",
"homepage": "https://github.com/jonschlinkert/is-windows",

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

"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "*"

@@ -39,2 +40,10 @@ },

"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {

@@ -49,6 +58,9 @@ "list": [

},
"plugins": [
"gulp-format-md"
"lint": {
"reflinks": true
},
"reflinks": [
"verb"
]
}
}
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