Socket
Socket
Sign inDemoInstall

@adonisjs/repl

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/repl - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

build/commands/AdonisRepl.d.ts
import { BaseCommand } from '@adonisjs/core/build/standalone';
export default class ReplCommand extends BaseCommand {
static commandName: string;
static description: string;
static settings: {

@@ -4,0 +6,0 @@ loadApp: boolean;

@@ -18,2 +18,4 @@ "use strict";

exports.default = ReplCommand;
ReplCommand.commandName = 'repl';
ReplCommand.description = 'Start a new REPL session';
ReplCommand.settings = {

@@ -20,0 +22,0 @@ loadApp: true,

2

build/commands/index.js

@@ -11,2 +11,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ['@adonisjs/lucid/build/commands/AdonisRepl'];
exports.default = ['@adonisjs/repl/build/commands/AdonisRepl'];
{
"name": "@adonisjs/repl",
"version": "1.1.1",
"version": "1.1.2",
"description": "REPL for AdonisJS",

@@ -14,2 +14,3 @@ "main": "build/providers/ReplProvider.js",

],
"typings": "./build/adonis-typings/index.d.ts",
"scripts": {

@@ -106,3 +107,12 @@ "mrm": "mrm --preset=@adonisjs/mrm-preset",

},
"homepage": "https://github.com/adonisjs/repl#readme"
"homepage": "https://github.com/adonisjs/repl#readme",
"adonisjs": {
"aceProviders": [
"@adonisjs/repl"
],
"commands": [
"@adonisjs/repl/build/commands"
],
"types": "@adonisjs/repl"
}
}
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