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 5.2.0 to 5.3.0

9

index.js

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

useGitIgnore: true,
usePackageJson: true,
configKey: self.cmd
usePackageJson: false
}

@@ -146,2 +145,3 @@

if (packageOpts) {
setIgnore(packageOpts.ignore)
setGlobals(packageOpts.globals || packageOpts.global)

@@ -154,2 +154,7 @@ setPlugins(packageOpts.plugins || packageOpts.plugin)

function setIgnore (ignore) {
if (!ignore) return
opts.ignore = opts.ignore.concat(ignore)
}
function setGlobals (globals) {

@@ -156,0 +161,0 @@ if (!globals) return

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

@@ -10,3 +10,3 @@ "bugs": {

"dependencies": {
"deglob": "^2.0.0",
"deglob": "^2.1.0",
"find-root": "^1.0.0",

@@ -13,0 +13,0 @@ "get-stdin": "^5.0.1",

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