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 3.3.0 to 3.3.1-next.19

1

lib/index.d.ts

@@ -20,2 +20,1 @@ import { SecretLintRuleCreator } from "@secretlint/types";

export declare const creator: SecretLintRuleCreator<Options>;
export default creator;

3

lib/index.js

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

const range = [index, index + match.length];
const allowedResults = regexp_string_matcher_1.matchPatterns(match, options.allows);
const allowedResults = (0, regexp_string_matcher_1.matchPatterns)(match, options.allows);
if (allowedResults.length > 0) {

@@ -54,3 +54,2 @@ continue;

};
exports.default = exports.creator;
//# sourceMappingURL=index.js.map
{
"name": "@secretlint/secretlint-rule-sendgrid",
"version": "3.3.0",
"version": "3.3.1-next.19+2c93303",
"description": "A secretlint rule for sendgrid api keys.",

@@ -20,7 +20,2 @@ "keywords": [

"author": "mtsalenc",
"files": [
"bin/",
"lib/",
"src/"
],
"main": "lib/index.js",

@@ -32,2 +27,7 @@ "types": "lib/index.d.ts",

},
"files": [
"bin/",
"lib/",
"src/"
],
"scripts": {

@@ -48,9 +48,9 @@ "build": "cross-env NODE_ENV=production tsc -p .",

"dependencies": {
"@secretlint/types": "^3.3.0",
"@secretlint/types": "^3.3.1-next.19+2c93303",
"@textlint/regexp-string-matcher": "^1.1.0"
},
"devDependencies": {
"@secretlint/tester": "^3.3.0",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.41",
"@secretlint/tester": "^3.3.1-next.19+2c93303",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"cross-env": "^7.0.0",

@@ -64,6 +64,9 @@ "mocha": "^9.0.1",

},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "f6ee7794184c8cfb89c0bcd87e11e58d99301b25"
"gitHead": "2c93303d1fd60f10601af494489dc55eeb5669a8"
}

@@ -77,2 +77,1 @@ import {

};
export default creator;

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