New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bemhint-plugins-redundant-techs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bemhint-plugins-redundant-techs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -1,2 +0,2 @@

module.exports.forEntityTech = function (tech, techsConfig, entity) {
exports.forEachTech = function (tech, entity) {
entity.addError({

@@ -3,0 +3,0 @@ msg: 'Redundand tech',

{
"name": "bemhint-plugins-redundant-techs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Check file system BEM-enteties",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,15 +5,15 @@ # [Bem hint](https://github.com/bem/bemhint) plugin for finding redundant techs

```json
{
"levels": [
```js
module.exports = {
levels: [
"*.blocks"
],
"excludePaths": [
excludePaths: [
"node_modueles/**"
],
"plugins": {
"bemhint-plugin-redundant-techs": {
"techs": {
plugins: {
"bemhint-plugins-redundant-techs": {
techs: {
"styl|deps.js": true

@@ -23,3 +23,3 @@ }

}
}
};
```

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