Socket
Socket
Sign inDemoInstall

main

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

main - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

package.json
{
"name": "main",
"version": "0.0.14",
"version": "0.0.15",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": {

@@ -45,4 +45,4 @@ var extend = require('util')._extend;

}
// The "whatever" case
return thing.toString() || thing;
// The "whatever make it a string" case
return '' + thing;
};

@@ -127,3 +127,3 @@

*/
self.mkdir = function(directoryPath) {
self.mkdir = function(directoryPath) {
var path = require('path'), fs = require('fs');

@@ -130,0 +130,0 @@ var split = directoryPath.split(path.sep);

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