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.0.3 to 5.1.0

4

index.js

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

var findRoot = require('find-root')
var homeOrTmp = require('home-or-tmp')
var path = require('path')
var pkgConfig = require('pkg-config')

@@ -34,2 +36,4 @@

self.eslintConfig = Object.assign({
cache: true,
cacheLocation: path.join(homeOrTmp, '.standard-cache/'),
envs: [],

@@ -36,0 +40,0 @@ fix: false,

5

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

@@ -13,2 +13,3 @@ "bugs": {

"get-stdin": "^5.0.1",
"home-or-tmp": "^2.0.0",
"minimist": "^1.1.0",

@@ -22,3 +23,3 @@ "pkg-config": "^1.0.1"

"eslint-config-standard": "^6.0.0-beta.0",
"eslint-config-standard-jsx": "^2.0.0",
"eslint-config-standard-jsx": "^3.0.0",
"eslint-plugin-promise": "^2.0.0",

@@ -25,0 +26,0 @@ "eslint-plugin-react": "^6.0.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