Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
broccoli-es7-decorator-jshint-guards
Advanced tools
Surround ES7 decorator syntax with jshint comment guards so it won't complain about syntax it doesn't understand
Wraps your ES7 decorators in jshint guards so that jshint doesn't complain about new syntax it doesn't (yet) understand.
From NPM:
npm install broccoli-es7-decorator-jshint-guards --save-dev
Assuming installation via NPM, you can use broccoli-es7-decorator-jshint-guards
in your Brocfile.js like this:
var decoratorGuards = require('broccoli-es7-decorator-jshint-guards');
module.exports = decoratorGuards('src', {
files: [
'**/*.js'
]
});
The files
option is passed directly to
broccoli-replace, so
check those docs for other patterns.
FAQs
Surround ES7 decorator syntax with jshint comment guards so it won't complain about syntax it doesn't understand
The npm package broccoli-es7-decorator-jshint-guards receives a total of 0 weekly downloads. As such, broccoli-es7-decorator-jshint-guards popularity was classified as not popular.
We found that broccoli-es7-decorator-jshint-guards demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.