dmarc-solution
Advanced tools
Comparing version 1.0.5 to 1.2.5
{ | ||
"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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
30109
17
549
1
4