Socket
Socket
Sign inDemoInstall

@difizen/mana-syringe

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@difizen/mana-syringe - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

4

es/contribution/contribution-protocol.d.ts

@@ -19,6 +19,6 @@ import type { Event } from '@difizen/mana-common';

export declare class ContributionOptionConfigImpl {
recursive: false;
cache: true;
recursive: boolean;
cache: boolean;
}
export declare const ContributionOptionConfig: ContributionOptionConfigImpl;
//# sourceMappingURL=contribution-protocol.d.ts.map

@@ -14,5 +14,5 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }

_classCallCheck(this, ContributionOptionConfigImpl);
_defineProperty(this, "recursive", void 0);
_defineProperty(this, "cache", void 0);
_defineProperty(this, "recursive", false);
_defineProperty(this, "cache", true);
});
export var ContributionOptionConfig = new ContributionOptionConfigImpl();

@@ -19,6 +19,6 @@ import type { Event } from '@difizen/mana-common';

export declare class ContributionOptionConfigImpl {
recursive: false;
cache: true;
recursive: boolean;
cache: boolean;
}
export declare const ContributionOptionConfig: ContributionOptionConfigImpl;
//# sourceMappingURL=contribution-protocol.d.ts.map

@@ -20,5 +20,5 @@ "use strict";

_classCallCheck(this, ContributionOptionConfigImpl);
_defineProperty(this, "recursive", void 0);
_defineProperty(this, "cache", void 0);
_defineProperty(this, "recursive", false);
_defineProperty(this, "cache", true);
});
var ContributionOptionConfig = exports.ContributionOptionConfig = new ContributionOptionConfigImpl();
{
"name": "@difizen/mana-syringe",
"version": "0.1.13",
"version": "0.1.14",
"description": "",

@@ -34,3 +34,3 @@ "keywords": [

"dependencies": {
"@difizen/mana-common": "^0.1.13",
"@difizen/mana-common": "^0.1.14",
"inversify": "^5.1.1",

@@ -37,0 +37,0 @@ "reflect-metadata": "^0.1.13"

@@ -24,6 +24,6 @@ import type { Event } from '@difizen/mana-common';

export class ContributionOptionConfigImpl {
recursive: false;
cache: true;
recursive = false;
cache = true;
}
export const ContributionOptionConfig = new ContributionOptionConfigImpl();

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