Socket
Socket
Sign inDemoInstall

standard-engine

Package Overview
Dependencies
Maintainers
10
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 14.0.0 to 14.0.1

2

bin/cmd.js

@@ -34,6 +34,6 @@ #!/usr/bin/env node

string: [
'ext',
'global',
'plugin',
'parser',
'ext',
'env'

@@ -40,0 +40,0 @@ ]

@@ -156,3 +156,4 @@ /*! standard-engine. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

packageOpts = pkgConf.sync(self.cmd, { cwd: opts.cwd })
rootPath = path.dirname(pkgConf.filepath(packageOpts))
const packageJsonPath = pkgConf.filepath(packageOpts)
if (packageJsonPath) rootPath = path.dirname(packageJsonPath)
}

@@ -176,3 +177,3 @@

if (opts.useGitIgnore) {
if (opts.useGitIgnore && rootPath) {
opts.gitIgnoreFile

@@ -179,0 +180,0 @@ .map(gitIgnoreFile => {

{
"name": "standard-engine",
"version": "14.0.0",
"version": "14.0.1",
"description": "Wrap your standards in a tortilla and cover it in special sauce.",

@@ -50,4 +50,4 @@ "keywords": [

"eslint": "^7.12.1",
"eslint-config-standard": "^15.0.1",
"eslint-config-standard-jsx": "^9.0.0",
"eslint-config-standard": "^16.0.0",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-plugin-import": "^2.22.1",

@@ -57,3 +57,3 @@ "eslint-plugin-node": "^11.1.0",

"eslint-plugin-react": "^7.21.5",
"standard": "^15.0.1",
"standard": "*",
"tape": "^5.0.1"

@@ -60,0 +60,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