New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ways

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ways - npm Package Compare versions

Comparing version
0.3.0
to
0.3.1
+4
-0
History.md

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

0.3.1 / 2013-12-09
===================
* Upgrading happens
0.3.0 / 2013-12-08

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

+1
-1

@@ -28,3 +28,3 @@ var happens = require('happens'),

function Flow(routes, mode) {
happens.mixin(this);
happens(this);

@@ -31,0 +31,0 @@ this.routes = routes;

{
"name": "ways",
"version": "0.3.0",
"version": "0.3.1",
"author": "Anderson Arboleya <anderson@arboleya.me>",

@@ -26,3 +26,3 @@ "description": "Micro router with flow-based navigation mechanism and addapters support",

"dependencies": {
"happens": "0.3.x"
"happens": "0.4.x"
},

@@ -29,0 +29,0 @@ "devDependencies": {