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

reg-suit

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reg-suit - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

lib/cli.js

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

if (localCoreModuleId) {
const Klazz = require(localCoreModuleId)["RegSuitCore"];
const Klazz = require(path.join(localCoreModuleId, "lib/index.js"))["RegSuitCore"];
core = new Klazz({

@@ -38,0 +38,0 @@ logLevel: options.logLevel,

{
"name": "reg-suit",
"version": "0.0.6",
"version": "0.0.7",
"description": "",

@@ -14,3 +14,3 @@ "bin": {

"inquirer": "^3.1.1",
"reg-suit-core": "^0.0.5",
"reg-suit-core": "^0.0.7",
"resolve": "^1.3.3",

@@ -17,0 +17,0 @@ "yargs": "^8.0.2"

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