Socket
Socket
Sign inDemoInstall

@wixc3/patterns

Package Overview
Dependencies
Maintainers
68
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wixc3/patterns - npm Package Compare versions

Comparing version 9.2.1 to 10.0.0

2

dist/cjs/disposables/disposal-groups.d.ts
import { GroupConstraints } from './constraints';
import { Disposable } from '.';
export declare const DEFAULT_GROUP = "default";
export declare const DEFAULT_TIMEOUT = 10000;
export declare const DEFAULT_TIMEOUT = 1000;
export type DisposableOptions = {

@@ -6,0 +6,0 @@ /**

@@ -8,3 +8,3 @@ "use strict";

exports.DEFAULT_GROUP = 'default';
exports.DEFAULT_TIMEOUT = 10000;
exports.DEFAULT_TIMEOUT = 1000;
const createGroup = (name) => ({

@@ -11,0 +11,0 @@ name,

import { GroupConstraints } from './constraints';
import { Disposable } from '.';
export declare const DEFAULT_GROUP = "default";
export declare const DEFAULT_TIMEOUT = 10000;
export declare const DEFAULT_TIMEOUT = 1000;
export type DisposableOptions = {

@@ -6,0 +6,0 @@ /**

@@ -5,3 +5,3 @@ import { getValidatedConstantsGroups, normalizeConstraints } from './constraints';

export const DEFAULT_GROUP = 'default';
export const DEFAULT_TIMEOUT = 10000;
export const DEFAULT_TIMEOUT = 1000;
const createGroup = (name) => ({

@@ -8,0 +8,0 @@ name,

{
"name": "@wixc3/patterns",
"version": "9.2.1",
"version": "10.0.0",
"description": "A utility for saving objects to be disposed",

@@ -21,5 +21,5 @@ "main": "dist/cjs/index.js",

"dependencies": {
"@wixc3/common": "^9.0.0",
"@wixc3/common": "^10.0.0",
"promise-assist": "^2.0.1"
}
}

@@ -6,3 +6,3 @@ import { DisposalGroup, getValidatedConstantsGroups, GroupConstraints, normalizeConstraints } from './constraints';

export const DEFAULT_GROUP = 'default';
export const DEFAULT_TIMEOUT = 10000;
export const DEFAULT_TIMEOUT = 1000;

@@ -9,0 +9,0 @@ const createGroup = (name: string): DisposalGroup => ({

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

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