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.7 to 0.0.15

8

package.json

@@ -7,7 +7,9 @@ {

},
"private": false,
"name": "@knit/depcheck",
"description": "Depcheck parsers for knit",
"version": "0.0.7",
"version": "0.0.15",
"readme": "ERROR: No README data found!",
"_id": "@knit/depcheck@0.0.15",
"main": "index.js",
"private": false,
"repository": {

@@ -25,5 +27,5 @@ "type": "git",

"dependencies": {
"lodash": "4.16.4",
"depcheck": "0.6.4",
"pify": "2.3.0",
"lodash": "4.16.4",
"babylon": "6.13.0"

@@ -30,0 +32,0 @@ },

@@ -8,3 +8,15 @@ /* @flow weak */

sourceType: 'module',
plugins: ['jsx', 'flow'],
plugins: [
'jsx',
'flow',
'doExpressions',
'objectRestSpread',
'decorators',
'classProperties',
'exportExtensions',
'asyncGenerators',
'functionBind',
'functionSent',
'dynamicImport',
],
})

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