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

satcheljs-trace

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

satcheljs-trace - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

0

dist/src/index.d.ts
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 @@ {

2

package.json
{
"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

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