Socket
Socket
Sign inDemoInstall

@anyfin/company-info

Package Overview
Dependencies
0
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.12 to 1.0.13

24

dist/index.d.ts

@@ -50,3 +50,27 @@ declare const information: {

};
DE: {
companyName: string;
adressStreet: string;
adressPostal: string;
adressCity: string;
adressCountry: string;
contact: {
web: string;
phone: string;
email: string;
incomeEmail: string;
};
organisationNumber: string;
VATNumber: string;
SECCI: string;
terms: string;
social: {
facebook: null;
instagram: string;
twitter: null;
linkedin: string;
youtube: null;
};
};
};
export = information;

40

dist/index.js

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

email: "hello@anyfin.com",
incomeEmail: "komplettering@anyfin.com"
incomeEmail: "komplettering@anyfin.com",
},

@@ -25,4 +25,4 @@ social: {

linkedin: "https://www.linkedin.com/company/anyfin",
youtube: "https://www.youtube.com/channel/UCiDD0mUdMpUAoQkgASloLFw/videos"
}
youtube: "https://www.youtube.com/channel/UCiDD0mUdMpUAoQkgASloLFw/videos",
},
},

@@ -43,14 +43,38 @@ FI: {

email: "hello@anyfin.fi",
incomeEmail: "liitteet@anyfin.fi"
incomeEmail: "liitteet@anyfin.fi",
},
social: {
facebook: "https://www.facebook.com/anyfin.se/",
instagram: "https://www.instagram.com/anyfin/",
instagram: "https://www.instagram.com/anyfin.fi/",
twitter: null,
linkedin: "https://www.linkedin.com/company/anyfin",
youtube: "https://www.youtube.com/channel/UCiDD0mUdMpUAoQkgASloLFw/videos"
}
}
youtube: "https://www.youtube.com/channel/UCiDD0mUdMpUAoQkgASloLFw/videos",
},
},
DE: {
companyName: "Anyfin Germany GmbH",
adressStreet: "Potsdamer Platz 10",
adressPostal: "107 85",
adressCity: "Berlin",
adressCountry: "Deutschland",
contact: {
web: "https://anyfin.de",
phone: "030 9210 7906 60",
email: "hallo@anyfin.de",
incomeEmail: "meine.anfrage@anyfin.fi",
},
organisationNumber: "HR 220911 B",
VATNumber: "",
SECCI: "",
terms: "",
social: {
facebook: null,
instagram: "https://www.instagram.com/anyfinde/",
twitter: null,
linkedin: "https://www.linkedin.com/company/anyfin",
youtube: null,
},
},
};
module.exports = information;
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@anyfin/company-info",
"version": "1.0.12",
"version": "1.0.13",
"description": "Centralized company information",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -20,1 +20,4 @@ # company-info

```
## Deployment
Needs manual deployment

Sorry, the diff of this file is not supported yet

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