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

@fulminate/core

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fulminate/core - npm Package Compare versions

Comparing version 2.3.4 to 2.3.5

.fulminate/commands.yml

2

package.json
{
"name": "@fulminate/core",
"version": "2.3.4",
"version": "2.3.5",
"description": "Core utilities and helper functions used across other @fulminate packages",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -131,7 +131,3 @@ "use strict";

if (args.item.indexOf('::') === -1) {
shell_writer_1.ShellWriter.blankLine();
shell_writer_1.ShellWriter.error("Incorrect command syntax for \"" + args.item + "\". Follow the accepted pattern for @fulminate commands:");
shell_writer_1.ShellWriter.info('+ @path/to/the/file/js::nameOfTheFunctionToRun');
shell_writer_1.ShellWriter.blankLine();
process.exit(0);
args.item = "@fulminate::" + args.item.replace('@', '');
}

@@ -138,0 +134,0 @@ var commandAsArray = args.item.split('::');

@@ -6,2 +6,3 @@ "use strict";

exports.__esModule = true;
var args_resolver_1 = require("./apps/shell/args.resolver");
__export(require("./apps/filesystem/config.reader"));

@@ -15,2 +16,3 @@ __export(require("./apps/shell/logo.builder"));

__export(require("./apps/shell/args.resolver"));
console.log(args_resolver_1.ShellArgsResolver.resolve());
//# sourceMappingURL=index.js.map

Sorry, the diff of this file is not supported yet

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