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

avenger

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avenger - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

lib/run.js

@@ -99,3 +99,3 @@ 'use strict';

return (0, _createFetcher2['default'])({
id: id, fetch: fetch, state: state, cache: cache, cacheMode: cacheMode, cacheParams: cacheParams, emit: emit,
id: id, fetch: fetch, state: state, cache: cache, cacheMode: cacheMode, cacheParams: cacheParams, emit: emit, reject: reject,
depsParams: (0, _minDepsParams2['default'])(dependencies || {}, depsResults),

@@ -102,0 +102,0 @@ multiDep: (function () {

{
"name": "avenger",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -63,3 +63,3 @@ import t from 'tcomb';

return createFetcher({
id, fetch, state, cache, cacheMode, cacheParams, emit,
id, fetch, state, cache, cacheMode, cacheParams, emit, reject,
depsParams: minDepsParams(dependencies || {}, depsResults),

@@ -66,0 +66,0 @@ multiDep: (() => {

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