Socket
Socket
Sign inDemoInstall

@secretlint/secretlint-rule-npm

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.2.0 to 0.4.0

20

CHANGELOG.md

@@ -6,2 +6,22 @@ # Change Log

# [0.4.0](https://github.com/secretlint/secretlint/compare/v0.3.0...v0.4.0) (2020-02-28)
### Features
* **core:** support "disabledMessages" options ([17de33e](https://github.com/secretlint/secretlint/commit/17de33eaef2408c63cbaeecb4038c8878a292ca0))
* **types:** rule require `messages` ([412803e](https://github.com/secretlint/secretlint/commit/412803eeebe7f14ce67f1c33c2ba16eac2acf9a5))
# [0.3.0](https://github.com/secretlint/secretlint/compare/v0.2.0...v0.3.0) (2020-02-27)
**Note:** Version bump only for package @secretlint/secretlint-rule-npm
# [0.2.0](https://github.com/secretlint/secretlint/compare/v0.1.2...v0.2.0) (2020-02-23)

@@ -8,0 +28,0 @@

1

lib/index.js

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

exports.creator = {
messages: exports.messages,
meta: {

@@ -70,0 +71,0 @@ id: "@secretlint/secretlint-rule-npm",

6

package.json
{
"name": "@secretlint/secretlint-rule-npm",
"version": "0.2.0",
"version": "0.4.0",
"description": "A secretlint rule for npm.",

@@ -46,3 +46,3 @@ "keywords": [

"dependencies": {
"@secretlint/types": "^0.2.0",
"@secretlint/types": "^0.4.0",
"@textlint/regexp-string-matcher": "^1.1.0"

@@ -64,3 +64,3 @@ },

},
"gitHead": "dac405de9fab0bb70ecdb3701790e6f0bad48ca3"
"gitHead": "b1458e1ff9ee3d1cf7d2c8bb31879714b6751c09"
}

@@ -25,3 +25,3 @@ # @secretlint/secretlint-rule-npm

## Rules
## Messages

@@ -28,0 +28,0 @@ ### PackageJSON_xOauthToken

@@ -105,2 +105,3 @@ import {

export const creator: SecretLintRuleCreator<Options> = {
messages,
meta: {

@@ -107,0 +108,0 @@ id: "@secretlint/secretlint-rule-npm",

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