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

dmarc-solution

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmarc-solution - npm Package Compare versions

Comparing version 1.0.5 to 1.2.5

dist/bin/declare.d.ts

86

package.json
{
"name": "dmarc-solution",
"version": "1.0.5",
"description": "One stop solution for all DMARC Problems. This package includes fetching of dmarc record, parsing the provided/fetched record, validation of DMARC record, generating a new DMARC record",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/architjn/dmarc-solution.git"
},
"keywords": [
"dmarc",
"dkim",
"email",
"mail",
"spf",
"record",
"parser",
"txt",
"dns",
"generator",
"report"
],
"author": "Archit Jain",
"license": "ISC",
"maintainers": [
{
"name": "Archit Jain",
"email": "architjn93@gmail.com"
}
],
"bugs": {
"url": "https://github.com/architjn/dmarc-solution/issues"
},
"dependencies": {
"email-validator": "^2.0.4"
}
}
"name": "dmarc-solution",
"version": "1.2.5",
"description": "One stop solution for all DMARC Problems. This package includes fetching of dmarc record, parsing the provided/fetched record, validation of DMARC record, generating a new DMARC record",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"compile": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/architjn/dmarc-solution.git"
},
"keywords": [
"dmarc",
"dkim",
"email",
"mail",
"spf",
"record",
"parser",
"txt",
"dns",
"generator",
"report"
],
"author": "Archit Jain",
"license": "ISC",
"maintainers": [
{
"name": "Archit Jain",
"email": "architjn93@gmail.com"
}
],
"bugs": {
"url": "https://github.com/architjn/dmarc-solution/issues"
},
"dependencies": {
"email-validator": "^2.0.4"
},
"devDependencies": {
"@types/dns-packet": "^5.2.4"
}
}
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