Socket
Socket
Sign inDemoInstall

@secretlint/secretlint-rule-sendgrid

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@secretlint/secretlint-rule-sendgrid - npm Package Compare versions

Comparing version 2.2.0 to 3.0.0

1

lib/index.js

@@ -5,3 +5,2 @@ "use strict";

const regexp_string_matcher_1 = require("@textlint/regexp-string-matcher");
require("string.prototype.matchall").shim();
exports.messages = {

@@ -8,0 +7,0 @@ SENDGRID_KEY: {

11

package.json
{
"name": "@secretlint/secretlint-rule-sendgrid",
"version": "2.2.0",
"version": "3.0.0",
"description": "A secretlint rule for sendgrid api keys.",

@@ -46,8 +46,7 @@ "keywords": [

"dependencies": {
"@secretlint/types": "^2.2.0",
"@textlint/regexp-string-matcher": "^1.1.0",
"string.prototype.matchall": "^4.0.2"
"@secretlint/types": "^3.0.0",
"@textlint/regexp-string-matcher": "^1.1.0"
},
"devDependencies": {
"@secretlint/tester": "^2.2.0",
"@secretlint/tester": "^3.0.0",
"@types/mocha": "^8.2.2",

@@ -66,3 +65,3 @@ "@types/node": "^14.14.41",

},
"gitHead": "64bf33d6ee6e31a8416bf2bde6ee27a700955fb1"
"gitHead": "06a6a5c0aedc4bfa89b91891c04095d04bdf09d6"
}

@@ -9,4 +9,2 @@ import {

require("string.prototype.matchall").shim();
export const messages = {

@@ -65,4 +63,3 @@ SENDGRID_KEY: {

docs: {
url:
"https://github.com/secretlint/secretlint/blob/master/packages/%40secretlint/secretlint-rule-sendgrid/README.md",
url: "https://github.com/secretlint/secretlint/blob/master/packages/%40secretlint/secretlint-rule-sendgrid/README.md",
},

@@ -69,0 +66,0 @@ },

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