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

mgfx

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mgfx - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.3.0](https://github.com/ai-labs-team/mgFx/compare/mgfx@0.2.2...mgfx@0.3.0) (2020-03-16)
### Features
* http-server/http-client: allow event collection over http ([250974c](https://github.com/ai-labs-team/mgFx/commit/250974c))
## [0.2.2](https://github.com/ai-labs-team/mgFx/compare/mgfx@0.2.1...mgfx@0.2.2) (2020-03-16)

@@ -8,0 +19,0 @@

6

dist/middleware/instrumenter.d.ts

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

import { Process } from '../task';
import { Process, Spec } from '../task';
/**

@@ -10,3 +10,5 @@ * The type of Event messages that the base Instrumenter will emit

kind: 'process';
process: Process;
process: Omit<Process, 'spec'> & {
spec: Pick<Spec, 'name'>;
};
};

@@ -13,0 +15,0 @@ export declare type ResolutionEvent = BaseEvent & {

{
"name": "mgfx",
"description": "Managed Side-Effects for JavaScript",
"version": "0.2.2",
"version": "0.3.0",
"files": [

@@ -31,3 +31,3 @@ "dist"

},
"gitHead": "c14507bc91efbe20c6c937b193452785f2662669"
"gitHead": "6227aa9c8ea4e676901d1760b4fd304228b50a44"
}

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