Socket
Socket
Sign inDemoInstall

standard-engine

Package Overview
Dependencies
Maintainers
9
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standard-engine - npm Package Compare versions

Comparing version 10.0.0 to 11.0.0

3

index.js

@@ -104,3 +104,3 @@ module.exports.cli = require('./bin/cmd')

if (typeof files === 'string') files = [ files ]
if (typeof files === 'string') files = [files]
if (files.length === 0) files = DEFAULT_PATTERNS

@@ -142,2 +142,3 @@

if (!opts.cwd) opts.cwd = self.cwd
opts.eslintConfig.cwd = opts.cwd

@@ -144,0 +145,0 @@ // If no usePackageJson option is given, default to `true`

{
"name": "standard-engine",
"description": "Wrap your standards in a tortilla and cover it in special sauce.",
"version": "10.0.0",
"version": "11.0.0",
"author": "Dan Flettre <flettre@gmail.com> (http://twitter.com/flettre/)",

@@ -11,8 +11,8 @@ "bugs": {

"deglob": "^3.0.0",
"get-stdin": "^6.0.0",
"get-stdin": "^7.0.0",
"minimist": "^1.1.0",
"pkg-conf": "^2.0.0"
"pkg-conf": "^3.1.0"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"babel-eslint": "^10.0.2",
"cross-spawn": "^6.0.3",

@@ -19,0 +19,0 @@ "eslint": "*",

@@ -85,2 +85,23 @@ # standard-engine [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]

Integrations and plugins should recoginize the `standard-engine` tag in a
`package.json` file. This allows end users to specify an arbitrary `standard-engine`
compatible linter that the plugin should use. The `standard-engine` tag can be a
string of the package:
```json
{
"standard-engine": "semistandard"
}
```
or an object with a `name` value of the package:
```json
{
"standard-engine": {
"name": "semistandard"
}
}
```
### Atom

@@ -87,0 +108,0 @@

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