Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@boll/rules-external-tools

Package Overview
Dependencies
Maintainers
3
Versions
1223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boll/rules-external-tools - npm Package Compare versions

Comparing version 0.0.1214 to 0.0.1215

5

dist/eslint-prefer-const-rule.d.ts
import { PackageRule, FileContext, Result, Logger } from "@boll/core";
import { ESLintRules } from "./eslint-config";
/**
* ESLintPreferConstRule will esnure that the prefer-const
* ESLint rule is enabled on all source files and that the
* rule is enabled as an error.
*/
export declare class ESLintPreferConstRule implements PackageRule {

@@ -4,0 +9,0 @@ private logger;

2

dist/eslint-prefer-const-rule.js

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

var eslint_config_1 = require("./eslint-config");
var ruleName = "ESLintPreferConstRule";
/**

@@ -48,3 +49,2 @@ * ESLintPreferConstRule will esnure that the prefer-const

*/
var ruleName = "ESLintPreferConstRule";
var ESLintPreferConstRule = /** @class */ (function () {

@@ -51,0 +51,0 @@ function ESLintPreferConstRule(logger) {

@@ -7,3 +7,3 @@ {

"dependencies": {
"@boll/core": "1.2.1208",
"@boll/core": "1.2.1209",
"eslint": "^7.8.1"

@@ -29,3 +29,3 @@ },

"homepage": "https://github.com/microsoft/boll#readme",
"license": "unlicensed",
"license": "MIT",
"main": "dist/index.js",

@@ -43,6 +43,6 @@ "name": "@boll/rules-external-tools",

"clean": "rimraf ./dist",
"docs": "typedoc --mode file --out ./docs --theme markdown ./src",
"docs": "typedoc --mode file --out ./apidocs --theme markdown ./src",
"test": "node dist/tests/all.test.js"
},
"version": "0.0.1214"
"version": "0.0.1215"
}
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