Socket
Socket
Sign inDemoInstall

@dword-design/personal-data

Package Overview
Dependencies
9
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 2.0.0

39

dist/index.js

@@ -1,25 +0,9 @@

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.street = exports.postalCode = exports.phoneNumber = exports.name = exports.lastName = exports.firstName = exports.email = exports.city = exports.address = void 0;
var _endent = _interopRequireDefault(require("@dword-design/functions/dist/endent"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
const firstName = 'Sebastian';
exports.firstName = firstName;
const lastName = 'Landwehr';
exports.lastName = lastName;
const name = `${firstName} ${lastName}`;
exports.name = name;
const street = 'Breite Str. 20';
exports.street = street;
const postalCode = '53111';
exports.postalCode = postalCode;
const city = 'Bonn';
exports.city = city;
const address = (0, _endent.default)`
import endent from "@dword-design/functions/dist/endent.js";
export const firstName = 'Sebastian';
export const lastName = 'Landwehr';
export const name = `${firstName} ${lastName}`;
export const street = 'Breite Str. 20';
export const postalCode = '53111';
export const city = 'Bonn';
export const address = endent`
${name}

@@ -29,6 +13,3 @@ ${street}

`;
exports.address = address;
const phoneNumber = '+49 177 5055641';
exports.phoneNumber = phoneNumber;
const email = 'info@sebastianlandwehr.com';
exports.email = email;
export const phoneNumber = '+49 177 5055641';
export const email = 'info@sebastianlandwehr.com';
{
"name": "@dword-design/personal-data",
"version": "1.0.1",
"version": "2.0.0",
"repository": "dword-design/personal-data",

@@ -8,2 +8,4 @@ "funding": "https://github.com/sponsors/dword-design",

"author": "Sebastian Landwehr <info@sebastianlandwehr.com>",
"type": "module",
"exports": "./dist/index.js",
"main": "dist/index.js",

@@ -16,2 +18,3 @@ "files": [

"commit": "base commit",
"depcheck": "base depcheck",
"dev": "base dev",

@@ -27,6 +30,6 @@ "lint": "base lint",

"devDependencies": {
"@dword-design/base": "^8.6.13"
"@dword-design/base": "^9.5.5"
},
"engines": {
"node": ">=12"
"node": ">=14"
},

@@ -33,0 +36,0 @@ "publishConfig": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc