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

cloud

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloud - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

5

History.md
0.0.5 / 2012-07-10
==================
* fix `require.exists()` for sub-requires
0.0.4 / 2012-06-28

@@ -3,0 +8,0 @@ ==================

8

lib/scripts/require.js

@@ -91,3 +91,3 @@

require.relative = function(parent) {
return function(p){
function fn(p){
if ('.' != p[0]) return require(p, parent);

@@ -106,3 +106,7 @@

return require(path.join('/'), parent);
};
}
fn.exists = require.exists;
return fn;
};
{
"name": "cloud",
"description": "Components",
"version": "0.0.4",
"version": "0.0.5",
"dependencies": {

@@ -6,0 +6,0 @@ "commander": "0.6.1",

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