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

knip

Package Overview
Dependencies
Maintainers
1
Versions
423
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knip - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

2

dist/reporters/codeowners.js

@@ -35,3 +35,3 @@ "use strict";

try {
opts = JSON.parse(options);
opts = options ? JSON.parse(options) : opts;
}

@@ -38,0 +38,0 @@ catch (error) {

{
"name": "knip",
"version": "0.7.0",
"version": "0.7.1",
"description": "Find unused files, dependencies and exports in your TypeScript and JavaScript project",

@@ -48,10 +48,10 @@ "keywords": [

"ts-morph": "16.0.0",
"ts-morph-helpers": "0.5.0"
"ts-morph-helpers": "0.5.1"
},
"devDependencies": {
"@types/micromatch": "4.0.2",
"@types/node": "18.8.1",
"@types/node": "18.8.5",
"prettier": "2.7.1",
"release-it": "15.5.0",
"tsx": "3.9.0",
"tsx": "3.10.1",
"typescript": "4.8.4"

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