Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@knit/depcheck

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knit/depcheck - npm Package Compare versions

Comparing version 0.0.3 to 0.0.6

18

package.json
{
"homepage": "https://github.com/knitjs/knit#readme",
"license": "MIT",
"bugs": {
"url": "https://github.com/knitjs/knit/issues"
},
"name": "@knit/depcheck",
"description": "Depcheck parsers for knit",
"version": "0.0.6",
"main": "index.js",
"private": false,
"version": "0.0.3",
"repository": {

@@ -16,7 +23,2 @@ "type": "git",

},
"homepage": "https://github.com/knitjs/knit#readme",
"license": "MIT",
"bugs": {
"url": "https://github.com/knitjs/knit/issues"
},
"dependencies": {

@@ -28,5 +30,3 @@ "lodash": "4.16.4",

},
"peerDependencies": {},
"name": "@knit/depcheck",
"description": "Depcheck parsers for knit"
"peerDependencies": {}
}

@@ -21,6 +21,7 @@ /* @flow weak */

const parser = config.parser ? [config.parser] : [];
const configs = (config.extends || []).map(pkg => normalizePkgName(pkg, 'eslint-config'));
const plugins = (config.plugins || []).map(pkg => normalizePkgName(pkg, 'eslint-plugin'));
return configs.concat(plugins);
return configs.concat(plugins).concat(parser).filter(Boolean);
}

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