Socket
Socket
Sign inDemoInstall

standard-engine

Package Overview
Dependencies
Maintainers
14
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 15.0.0-0 to 15.0.0

bin/cmd.d.ts

40

package.json
{
"name": "standard-engine",
"version": "15.0.0-0",
"version": "15.0.0",
"description": "Wrap your standards in a tortilla and cover it in special sauce.",

@@ -38,2 +38,5 @@ "keywords": [

"scripts": {
"build:0": "run-s clean",
"build:1-declaration": "tsc -p declaration.tsconfig.json",
"build": "run-s build:*",
"check:dependency-check": "dependency-check *.js 'bin/**/*.js' 'lib/**/*.js' --no-dev",

@@ -43,10 +46,14 @@ "check:installed-check": "installed-check",

"check:tsc": "tsc",
"check": "run-p check:*",
"check:type-coverage": "type-coverage --detail --strict --at-least 95 --ignore-files 'test/*'",
"check": "run-s clean && run-p check:*",
"clean:declarations": "rm -rf $(find . -maxdepth 2 -type f -name '*.d.ts')",
"clean": "run-p clean:*",
"test-ci": "run-s test:*",
"test:tape": "c8 --reporter=lcov --reporter=text tape test/clone.js test/*.js",
"test": "run-s check test:*"
"test": "run-s check test:*",
"prepublishOnly": "run-s build"
},
"dependencies": {
"get-stdin": "^8.0.0",
"minimist": "^1.2.5",
"minimist": "^1.2.6",
"pkg-conf": "^3.1.0",

@@ -58,3 +65,3 @@ "xdg-basedir": "^4.0.0"

"@types/cross-spawn": "^6.0.2",
"@types/eslint": "^7.28.0",
"@types/eslint": "^8.4.1",
"@types/minimist": "^1.2.2",

@@ -66,17 +73,18 @@ "@types/node": "~12.20.0",

"dependency-check": "^5.0.0-4",
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.0",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.21.5",
"eslint": "^8.13.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"installed-check": "^5.0.0",
"npm-run-all": "^4.1.5",
"standard": "*",
"tape": "^5.0.1",
"typescript": "~4.5.2"
"standard": "^17.0.0-2",
"tape": "^5.5.2",
"type-coverage": "^2.21.0",
"typescript": "~4.6.3"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},

@@ -83,0 +91,0 @@ "funding": [

13

README.md

@@ -33,3 +33,3 @@ # standard-engine [![Tests CI][ci-image]][ci-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]

- [standard-own](https://github.com/o2team/standard-own) - Standard configurable.
- [ts-standard](https://github.com/toddbluhm/ts-standard) - Typescript Standard Style.
- [ts-standard](https://github.com/standard/ts-standard) - TypeScript Standard Style.

@@ -56,3 +56,3 @@ Did you make your own? Create a pull request and we will add it to the README!

const opts = require('../options.js')
const opts = require('./options.js')

@@ -75,3 +75,3 @@ require('standard-engine').cli(opts)

bugs: pkg.bugs.url,
eslint: eslint, // pass any version of eslint >= 1.0.0
eslint, // pass any version of eslint >= 7.0.0
cmd: 'pocketlint', // should match the "bin" key in your package.json

@@ -81,4 +81,3 @@ tagline: 'Live by your own standards!', // displayed in output --help

overrideConfigFile: path.join(__dirname, 'eslintrc.json')
},
cwd: '' // current working directory, passed to eslint
}
}

@@ -288,7 +287,7 @@ ```

bugs: pkg.bugs.url,
eslint: eslint, // pass any version of eslint >= 1.0.0
eslint, // pass any version of eslint >= 7.0.0
cmd: 'pocketlint', // should match the "bin" key in your package.json
tagline: 'Live by your own standards!', // displayed in output --help
eslintConfig: {
configFile: path.join(__dirname, 'eslintrc.json')
overrideConfigFile: path.join(__dirname, 'eslintrc.json')
},

@@ -295,0 +294,0 @@ resolveEslintConfig: function (eslintConfig, opts, packageOpts, rootDir) {

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