Socket
Socket
Sign inDemoInstall

ospath

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 1.2.0 to 1.2.2

.npmignore

4

changelog.md

@@ -0,1 +1,5 @@

1.2.2 / 2016-09-06
------------------
- fix `files` field
1.2.0 / 2016-09-06

@@ -2,0 +6,0 @@ ------------------

11

package.json
{
"name": "ospath",
"version": "1.2.0",
"version": "1.2.2",
"description": "Operating system specific paths.",
"main": "index.js",
"scripts": {
"test": "standard && mocha ./ospath.test.js"
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "mocha ./ospath.test.js"
},

@@ -37,6 +39,3 @@ "repository": {

"standard": "^8.0.0"
},
"files": [
"index.js"
]
}
}
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