New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pkgscan

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkgscan - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

dist/cli.mjs

2

dist/cli.js

@@ -612,3 +612,3 @@ #! /usr/bin/env node

// package.json
var version = "1.0.20";
var version = "1.0.21";

@@ -615,0 +615,0 @@ // src/cli.ts

@@ -5,16 +5,9 @@ {

"description": "Retrieve information on installed packages across npm, pnpm and yarn",
"version": "1.0.21",
"module": "./dist/esm/index.js",
"version": "1.0.22",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/esm/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/*"
"dist/**"
],

@@ -21,0 +14,0 @@ "bin": {

Sorry, the diff of this file is not supported yet

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