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

@visactor/vutils

Package Overview
Dependencies
Maintainers
15
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visactor/vutils - npm Package Compare versions

Comparing version 0.16.14 to 0.16.15

cjs/common/substitute.d.ts

1

cjs/common/index.d.ts

@@ -58,1 +58,2 @@ export { default as isBoolean } from './isBoolean';

export { default as upperFirst } from './upperFirst';
export { default as substitute } from './substitute';

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

}), exports.toValidNumber = exports.toNumber = exports.toDate = exports.throttle = exports.debounce = exports.clamper = exports.clampRange = exports.clamp = exports.uuid = exports.truncate = exports.pad = exports.memoize = exports.constant = exports.tickStep = exports.variance = exports.median = exports.deviation = exports.bisect = exports.ascending = exports.range = exports.isShallowEqual = exports.isEqual = exports.pickWithout = exports.pick = exports.merge = exports.cloneDeep = exports.clone = exports.has = exports.get = exports.isEmpty = exports.isBase64 = exports.isRegExp = exports.isValidUrl = exports.isValidNumber = exports.isNumeric = exports.isNumber = exports.isDate = exports.isArrayLike = exports.isArray = exports.isString = exports.isUndefined = exports.isType = exports.isPlainObject = exports.isObjectLike = exports.isObject = exports.isValid = exports.isNull = exports.isNil = exports.isFunction = exports.isBoolean = void 0,
exports.upperFirst = exports.lowerFirst = void 0;
exports.substitute = exports.upperFirst = exports.lowerFirst = void 0;

@@ -495,2 +495,11 @@ var isBoolean_1 = require("./isBoolean");

});
var substitute_1 = require("./substitute");
Object.defineProperty(exports, "substitute", {
enumerable: !0,
get: function() {
return __importDefault(substitute_1).default;
}
});
//# sourceMappingURL=index.js.map

@@ -58,1 +58,2 @@ export { default as isBoolean } from './isBoolean';

export { default as upperFirst } from './upperFirst';
export { default as substitute } from './substitute';

@@ -114,2 +114,4 @@ export { default as isBoolean } from "./isBoolean";

export { default as upperFirst } from "./upperFirst";
export { default as substitute } from "./substitute";
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "@visactor/vutils",
"version": "0.16.14",
"version": "0.16.15",
"main": "cjs/index.js",

@@ -30,6 +30,6 @@ "module": "es/index.js",

"@types/node": "*",
"@internal/bundler": "0.0.1",
"@internal/eslint-config": "0.0.1",
"@internal/ts-config": "0.0.1",
"@internal/jest-config": "0.0.1",
"@internal/bundler": "0.0.1"
"@internal/jest-config": "0.0.1"
},

@@ -36,0 +36,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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