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.1.2 to 0.2.0

11

CHANGELOG.md

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

# [0.2.0](https://github.com/secretlint/secretlint/compare/v0.1.2...v0.2.0) (2020-02-23)
### Features
* **rule:** add `supportedContentTypes` to rule `meta` ([#39](https://github.com/secretlint/secretlint/issues/39)) ([3883c75](https://github.com/secretlint/secretlint/commit/3883c7578de38854aba2d1d20b8f167c8275f1c9))
## [0.1.2](https://github.com/secretlint/secretlint/compare/v0.1.1...v0.1.2) (2020-02-16)

@@ -8,0 +19,0 @@

3

lib/index.js

@@ -71,3 +71,4 @@ "use strict";

recommended: true,
type: "scanner"
type: "scanner",
supportedContentTypes: ["text"]
},

@@ -74,0 +75,0 @@ create(context, options) {

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

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

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

@@ -52,3 +52,3 @@ },

"@types/mocha": "^7.0.1",
"@types/node": "^13.7.1",
"@types/node": "^13.7.4",
"cross-env": "^7.0.0",

@@ -60,3 +60,3 @@ "mocha": "^7.0.1",

"ts-node-test-register": "^8.0.1",
"typescript": "^3.7.5"
"typescript": "^3.8.2"
},

@@ -66,3 +66,3 @@ "publishConfig": {

},
"gitHead": "51165c6deab229f1b189368bc591ecefff5aafea"
"gitHead": "dac405de9fab0bb70ecdb3701790e6f0bad48ca3"
}

@@ -108,3 +108,4 @@ import {

recommended: true,
type: "scanner"
type: "scanner",
supportedContentTypes: ["text"]
},

@@ -111,0 +112,0 @@ create(context, options) {

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