Socket
Socket
Sign inDemoInstall

@secretlint/secretlint-rule-gcp

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.3.0 to 3.3.1-next.19

1

lib/index.d.ts

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

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

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

};
exports.default = exports.creator;
//# sourceMappingURL=index.js.map

26

package.json
{
"name": "@secretlint/secretlint-rule-gcp",
"version": "3.3.0",
"version": "3.3.1-next.19+2c93303",
"description": "A secretlint rule for GCP.",

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

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

@@ -31,2 +26,7 @@ "types": "lib/index.d.ts",

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

@@ -47,3 +47,3 @@ "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",

@@ -53,5 +53,6 @@ "node-forge": "^0.10.0"

"devDependencies": {
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.41",
"@types/node-forge": "^0.9.2",
"@secretlint/tester": "^3.3.1-next.19+2c93303",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"@types/node-forge": "^0.10.4",
"cross-env": "^7.0.0",

@@ -65,6 +66,9 @@ "mocha": "^9.0.1",

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

@@ -125,2 +125,1 @@ import fs from "fs";

};
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