Socket
Socket
Sign inDemoInstall

emery

Package Overview
Dependencies
0
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

2

dist/declarations/src/index.d.ts

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

export { assert, assertNever } from './assertions';
export { assert, assertNever, warning } from './assertions';
export { isEven, isFinite, isFloat, isInfinite, isInteger, isNegative, isNegativeZero, isNonNegative, isNonPositive, isOdd, isPositive, } from './checks/number';

@@ -3,0 +3,0 @@ export { checkAll, checkAllWith, negate } from './checks/utils';

@@ -15,2 +15,3 @@ 'use strict';

exports.assertNever = assertions_dist_emeryAssertions.assertNever;
exports.warning = assertions_dist_emeryAssertions.warning;
exports.checkAll = number.checkAll;

@@ -17,0 +18,0 @@ exports.checkAllWith = number.checkAllWith;

@@ -15,2 +15,3 @@ 'use strict';

exports.assertNever = assertions_dist_emeryAssertions.assertNever;
exports.warning = assertions_dist_emeryAssertions.warning;
exports.checkAll = number.checkAll;

@@ -17,0 +18,0 @@ exports.checkAllWith = number.checkAllWith;

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

export { assert, assertNever } from '../assertions/dist/emery-assertions.esm.js';
export { assert, assertNever, warning } from '../assertions/dist/emery-assertions.esm.js';
export { l as checkAll, m as checkAllWith, i as isEven, a as isFinite, b as isFloat, c as isInfinite, d as isInteger, e as isNegative, f as isNegativeZero, g as isNonNegative, h as isNonPositive, j as isOdd, k as isPositive, n as negate } from './number-556a10ae.esm.js';

@@ -3,0 +3,0 @@ export { isBoolean, isDefined, isFulfilled, isNonEmptyArray, isNull, isNullish, isNumber, isRejected, isString, isUndefined } from '../guards/dist/emery-guards.esm.js';

{
"name": "emery",
"version": "1.4.0",
"version": "1.4.1",
"description": "Utilities to help polish the rough parts of TypeScript.",

@@ -5,0 +5,0 @@ "main": "dist/emery.cjs.js",

// Functions
// ------------------------------
export { assert, assertNever } from './assertions';
export { assert, assertNever, warning } from './assertions';

@@ -6,0 +6,0 @@ export {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc