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 3.1.3 to 3.1.4

2

build/src/Compiler/index.js

@@ -51,3 +51,3 @@ "use strict";

*/
compiledOutput = this.tsCompiler.compile(filename, compiledOutput);
compiledOutput = this.tsCompiler.compile(filename, compiledOutput, true);
return `${compiledOutput.replace('//# sourceMappingURL=', '/**# sourceMappingURL=')} */`;

@@ -54,0 +54,0 @@ }

{
"name": "@adonisjs/repl",
"version": "3.1.3",
"version": "3.1.4",
"description": "REPL for AdonisJS",

@@ -43,12 +43,12 @@ "main": "build/providers/ReplProvider.js",

"@adonisjs/mrm-preset": "^4.1.0",
"@adonisjs/require-ts": "^2.0.4",
"@adonisjs/require-ts": "^2.0.6",
"@poppinss/dev-utils": "^1.1.4",
"@types/node": "^15.9.0",
"@types/node": "^15.12.2",
"del-cli": "^3.0.1",
"doctoc": "^2.0.0",
"eslint": "^7.27.0",
"doctoc": "^2.0.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-adonis": "^1.3.1",
"eslint-plugin-adonis": "^1.3.2",
"eslint-plugin-prettier": "^3.4.0",
"github-label-sync": "^2.0.0",
"github-label-sync": "^2.0.1",
"husky": "^6.0.0",

@@ -58,4 +58,4 @@ "japa": "^3.1.1",

"np": "^7.5.0",
"prettier": "^2.3.0",
"typescript": "^4.3.2"
"prettier": "^2.3.1",
"typescript": "^4.3.3"
},

@@ -62,0 +62,0 @@ "husky": {

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