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

@craigcollie/universal-route-middleware

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@craigcollie/universal-route-middleware - npm Package Compare versions

Comparing version 0.0.5 to 0.0.8

2

lib/index.js

@@ -29,2 +29,2 @@ 'use strict';

};
};
};
{
"name": "@craigcollie/universal-route-middleware",
"version": "0.0.5",
"version": "0.0.8",
"main": "lib/index.js",

@@ -25,8 +25,8 @@ "license": "MIT",

"scripts": {
"mocha": "mocha --opts .mocharc 'src/**/*-spec.js'",
"mochaSingle": "mocha --opts .mocharc src/**/$test*-spec.js -w",
"build": "babel src --out-dir lib --ignore *-spec.js",
"mocha": "mocha --opts .mocharc 'tests/**/*-spec.js'",
"mochaSingle": "mocha --opts .mocharc tests/**/$test*-spec.js -w",
"build": "yarn run clean && babel index.js --out-file lib/index.js",
"clean": "rm -rf lib && mkdir lib",
"prepublishOnly": "yarn run clean && yarn mocha && yarn build"
"prepublishOnly": "yarn mocha && yarn build"
}
}
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