satcheljs-trace
Advanced tools
Comparing version 1.0.0 to 1.0.1
export { default as trace } from './trace'; |
"use strict"; | ||
var trace_1 = require('./trace'); | ||
exports.trace = trace_1.default; |
import { DispatchFunction, ActionFunction } from 'satcheljs'; | ||
export default function trace(next: DispatchFunction, action: ActionFunction, actionType: string, args: IArguments): Promise<any> | void; |
@@ -0,0 +0,0 @@ "use strict"; |
import 'jasmine'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ { |
{ | ||
"name": "satcheljs-trace", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Tracing middleware for SatchelJS.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/index.js", |
@@ -0,0 +0,0 @@ [![npm version](https://badge.fury.io/js/satcheljs-trace.svg)](https://badge.fury.io/js/satcheljs-trace) [![Build Status](https://travis-ci.org/Microsoft/satcheljs-trace.svg?branch=master)](https://travis-ci.org/Microsoft/satcheljs-trace) |
export { default as trace } from './trace'; |
@@ -0,0 +0,0 @@ import { DispatchFunction, ActionFunction } from 'satcheljs'; |
@@ -0,0 +0,0 @@ import 'jasmine'; |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ // Type definitions for es6-promise |
@@ -0,0 +0,0 @@ // Type definitions for Jasmine 2.2 |
/// <reference path="jasmine/jasmine.d.ts" /> | ||
/// <reference path="es6-promise/es6-promise.d.ts" /> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33516
1