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

sailfish

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sailfish - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

index.js

@@ -119,3 +119,3 @@ var

if (self.sfReady){
domain.createDomain().run(function(){
domain.create().run(function(){
//requirejs module "path-resolver" use process.domain

@@ -122,0 +122,0 @@ process.domain["componentRelativePath"] = self.componentRelativePath;

@@ -24,2 +24,6 @@ /**

process.domain && process.domain.on('error', function(e){
next(e);
});
if (controller in this.controllers && action in this.controllers[controller]){

@@ -26,0 +30,0 @@ req.params = req.params[2] ? req.params[2].split("/") : [];

{
"name": "sailfish",
"version": "0.0.9",
"version": "0.0.10",
"main": "./index.js",

@@ -10,9 +10,9 @@ "bin": {

"commander": "2.1.x",
"walk": "2.2.x",
"walk": "2.3.x",
"async": "0.2.x",
"node.extend": "1.0.x",
"dot": "1.0.x",
"requirejs": "2.1.9",
"requirejs": "2.1.x",
"less-middleware": "0.1.x",
"less": "1.5.x",
"less": "1.6.x",
"mkdirp": "0.3.x"

@@ -19,0 +19,0 @@ },

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