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

@simplism/core

Package Overview
Dependencies
Maintainers
1
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simplism/core - npm Package Compare versions

Comparing version

to
7.1.1

30

dist/index.js

@@ -313,4 +313,4 @@ (function webpackUniversalModuleDefinition(root, factory) {

exports.DateTime = DateTime;
//# sourceMappingURL=module.js.map
/***/ }),

@@ -446,4 +446,4 @@ /* 1 */

exports.DateOnly = DateOnly;
//# sourceMappingURL=module.js.map
/***/ }),

@@ -478,4 +478,4 @@ /* 2 */

exports.InvalidArgumentsException = InvalidArgumentsException;
//# sourceMappingURL=module.js.map
/***/ }),

@@ -712,4 +712,4 @@ /* 3 */

exports.Time = Time;
//# sourceMappingURL=module.js.map
/***/ }),

@@ -748,4 +748,4 @@ /* 4 */

exports.Exception = Exception;
//# sourceMappingURL=module.js.map
/***/ }),

@@ -776,4 +776,4 @@ /* 5 */

exports.Uuid = Uuid;
//# sourceMappingURL=module.js.map
/***/ }),

@@ -859,4 +859,4 @@ /* 6 */

exports.JsonConvert = JsonConvert;
//# sourceMappingURL=module.js.map
/***/ }),

@@ -1006,4 +1006,4 @@ /* 7 */

};
//# sourceMappingURL=module.js.map
/***/ }),

@@ -1092,4 +1092,4 @@ /* 8 */

exports.Wait = Wait;
//# sourceMappingURL=module.js.map
/***/ }),

@@ -1239,4 +1239,4 @@ /* 9 */

exports.Logger = Logger;
//# sourceMappingURL=module.js.map
/***/ }),

@@ -1270,4 +1270,4 @@ /* 10 */

exports.LambdaParser = LambdaParser;
//# sourceMappingURL=module.js.map
/***/ }),

@@ -1280,4 +1280,4 @@ /* 11 */

Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=module.js.map
/***/ }),

@@ -1309,4 +1309,4 @@ /* 12 */

exports.NotImplementedException = NotImplementedException;
//# sourceMappingURL=module.js.map
/***/ }),

@@ -1537,4 +1537,4 @@ /* 13 */

};
//# sourceMappingURL=module.js.map
/***/ }),

@@ -1565,4 +1565,4 @@ /* 14 */

__export(__webpack_require__(8));
//# sourceMappingURL=module.js.map
/***/ })

@@ -1569,0 +1569,0 @@ /******/ ]);

{
"name": "@simplism/core",
"version": "7.0.37",
"version": "7.1.1",
"description": "Simplism Core Package",

@@ -5,0 +5,0 @@ "repository": "github:kslhunter/simplism",

@@ -22,2 +22,2 @@ import "./extensions/ArrayExtensions";

export type Diff<T extends string, U extends string> = ({[P in T]: P } & {[P in U]: never } & { [x: string]: never })[T];
export type Omit<T, K extends keyof T> = Pick<T, Diff<keyof T, K>>;
export type Omit<T, K extends keyof T> = Pick<T, Diff<keyof T, K>>;

Sorry, the diff of this file is not supported yet