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 2.13.0 to 2.14.0

1

lib/trace.d.ts

@@ -1,3 +0,2 @@

/// <reference types="es6-promise" />
import { DispatchFunction, ActionFunction, ActionContext } from 'satcheljs';
export default function trace(next: DispatchFunction, action: ActionFunction, actionType: string, args: IArguments, actionContext: ActionContext): void | Promise<any>;

6

package.json
{
"name": "satcheljs-trace",
"version": "2.13.0",
"version": "2.14.0",
"description": "Tracing middleware for SatchelJS.",

@@ -10,3 +10,3 @@ "main": "./lib/index.js",

"start": "npm run copy-project-files && node ../../node_modules/typescript/lib/tsc.js -w",
"test": "jasmine JASMINE_CONFIG_PATH=jasmine.json --verbose"
"test": "node ../../node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=jasmine.json --verbose"
},

@@ -16,3 +16,3 @@ "author": "Scott Mikula <smikula@microsoft.com>",

"dependencies": {
"satcheljs": "2.13.0"
"satcheljs": "2.14.0"
},

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

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