New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cyclic-router

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cyclic-router - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

lib/interfaces.d.ts

9

CHANGELOG.md

@@ -0,1 +1,10 @@

# v2.1.2 (2016-07-02)
## Bug Fixes
- **typings:** Add RouterSource typings and remove typing dependency to switch-path (#65)
([d033b2a5](https://github.com/git+https://github.com/TylorS/cyclic-router.git/commits/d033b2a59c8e6f64cdef164f35c49dbd0e8dbc9a))
# v2.1.1 (2016-06-21)

@@ -2,0 +11,0 @@

2

lib/RouterSource.d.ts
import { StreamAdapter } from '@cycle/base';
import { Pathname } from '@cycle/history/lib/interfaces';
import { RouteDefinitions } from 'switch-path';
import { RouteDefinitions } from './interfaces';
export declare class RouterSource {

@@ -5,0 +5,0 @@ history$: any;

{
"name": "cyclic-router",
"version": "2.1.1",
"version": "2.1.2",
"description": "A router driver built for Cycle.js",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -18,5 +18,4 @@ {

"files": [
"typings/main.d.ts",
"src/custom-typings/main.d.ts",
"src/index.ts"
"src/index.ts",
"src/switch-path.d.ts"
],

@@ -23,0 +22,0 @@ "exclude": [

{
"name": "cyclic-router",
"dependencies": {
"@cycle/history": "npm:@cycle/history"
},
"ambientDevDependencies": {

@@ -7,0 +4,0 @@ "mocha": "github:DefinitelyTyped/DefinitelyTyped/mocha/mocha.d.ts#d6dd320291705694ba8e1a79497a908e9f5e6617",

Sorry, the diff of this file is not supported yet

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