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

@aleodoni-fullstack/core-libs

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aleodoni-fullstack/core-libs - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

.pnp.cjs

14

dist/index.js
"use strict";
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;

@@ -20,10 +18,2 @@ var __export = (target, all) => {

};
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
mod
));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);

@@ -304,3 +294,3 @@

// src/domain/UniqueEntityID.ts
var import_crypto = __toESM(require("crypto"));
var import_uuid = require("uuid");

@@ -333,3 +323,3 @@ // src/domain/Identifier.ts

constructor(id) {
super(id || import_crypto.default.randomUUID());
super(id || (0, import_uuid.v4)());
}

@@ -336,0 +326,0 @@ };

{
"name": "@aleodoni-fullstack/core-libs",
"version": "1.0.6",
"version": "1.0.7",
"main": "dist/index.js",

@@ -18,2 +18,3 @@ "license": "MIT",

"@types/node": "^20.5.7",
"@types/uuid": "^9.0.8",
"ts-node": "^10.9.1",

@@ -23,3 +24,6 @@ "tsup": "^7.2.0",

"vitest": "^0.34.3"
},
"dependencies": {
"uuid": "^9.0.1"
}
}

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