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

core-functions

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-functions - npm Package Compare versions

Comparing version 3.0.18 to 3.0.19

2

any.js

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

*/
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround
exports.defined = defined;

@@ -11,0 +11,0 @@ exports.notDefined = notDefined;

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

*/
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround
// Error conversion functions

@@ -21,0 +21,0 @@ exports.toAppError = toAppError;

@@ -6,3 +6,3 @@ /**

*/
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround
exports.distinct = distinct;

@@ -9,0 +9,0 @@ exports.isDistinct = isDistinct;

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

*/
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround
exports.toBase64 = toBase64;

@@ -15,0 +15,0 @@ exports.fromBase64 = fromBase64;

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

*/
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround
exports.isBoolean = isBoolean;

@@ -11,0 +11,0 @@ exports.isTrueOrFalse = isTrueOrFalse;

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

*/
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround
// Public API

@@ -24,0 +24,0 @@ // noinspection JSDeprecatedSymbols

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

*/
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround
// Regular expressions

@@ -23,0 +23,0 @@ exports.simpleISODateTimeRegex = simpleISODateTimeRegex;

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

*/
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround
exports.setTypeName = setTypeName;

@@ -11,0 +11,0 @@ exports.prefixMessage = prefixMessage;

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

*/
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround
// Public API

@@ -26,0 +26,0 @@ // noinspection JSDeprecatedSymbols

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

*/
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround
exports.isNumber = isNumber;

@@ -23,0 +23,0 @@ exports.isFiniteNumber = isFiniteNumber;

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

*/
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround
exports.isTypedArray = isTypedArray;

@@ -19,0 +19,0 @@ exports.getPropertyNames = getPropertyNames;

{
"name": "core-functions",
"version": "3.0.18",
"version": "3.0.19",
"description": "Core functions, utilities and classes for working with Node/JavaScript primitives and built-in objects, including strings, booleans, Promises, base 64, Arrays, Objects, standard AppErrors, etc.",

@@ -5,0 +5,0 @@ "author": "Byron du Preez",

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

*/
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround
exports.isPromise = isPromise;

@@ -17,0 +17,0 @@ exports.isPromiseLike = isPromiseLike;

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

# core-functions v3.0.18
# core-functions v3.0.19

@@ -3,0 +3,0 @@ Core functions, utilities and classes for working with Node/JavaScript primitives and built-in objects, including

## Changes
### 3.0.19
- Renamed dummy first exports (`exports._ = '_'; //IDE workaround`) of most modules to (`exports._$_ = '_$_';`) to avoid
potential future collisions with `lodash` & `underscore`
### 3.0.18

@@ -4,0 +8,0 @@ - Changes to `tries` module:

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

*/
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround
exports.compareUndefinedOrNull = compareUndefinedOrNull;

@@ -18,0 +18,0 @@ exports.compareNumbers = compareNumbers;

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

*/
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround
exports.isString = isString;

@@ -15,0 +15,0 @@ exports.isBlank = isBlank;

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

*/
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround
exports.okNotOk = okNotOk;

@@ -10,0 +10,0 @@ exports.checkOkNotOk = checkOkNotOk;

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

*/
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround
exports.cancelTimeout = cancelTimeout;

@@ -13,0 +13,0 @@ exports.cancelInterval = cancelInterval;

'use strict';
exports._ = '_'; //IDE workaround
exports._$_ = '_$_'; //IDE workaround

@@ -5,0 +5,0 @@ const errorMessages = {

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