Socket
Socket
Sign inDemoInstall

@adonisjs/core

Package Overview
Dependencies
Maintainers
2
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/core - npm Package Compare versions

Comparing version 2.0.11 to 2.0.12

2

build/adonis-typings/encryption.d.ts

@@ -1,2 +0,2 @@

/// <reference types="@types/node" />
/// <reference types="node" />
declare module '@ioc:Adonis/Core/Encryption' {

@@ -3,0 +3,0 @@ export type EncryptionConfig = {

@@ -1,2 +0,2 @@

/// <reference types="@types/node" />
/// <reference types="node" />
declare module '@ioc:Adonis/Core/HttpContext' {

@@ -3,0 +3,0 @@ import { IncomingMessage, ServerResponse } from 'http';

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

const templates = ['app.ts', 'cors.ts', 'hash.ts'];
function instructions(projectRoot, application, { TemplateFile }) {
function instructions(projectRoot, application, { TemplateFile, kleur }) {
templates.forEach((filename) => {

@@ -13,4 +13,5 @@ const dest = `${application.directoriesMap.get('config')}/${filename}`;

.commit();
console.log(` create ${kleur.green(`config/${filename}`)}`);
});
}
exports.default = instructions;

@@ -1,2 +0,2 @@

/// <reference types="@types/node" />
/// <reference types="node" />
import { EncryptionContract, EncryptionConfig } from '@ioc:Adonis/Core/Encryption';

@@ -3,0 +3,0 @@ export declare class Encryption implements EncryptionContract {

@@ -1,2 +0,2 @@

/// <reference types="@types/node" />
/// <reference types="node" />
import { Server as HttpsServer } from 'https';

@@ -3,0 +3,0 @@ import { ApplicationContract } from '@poppinss/application';

{
"name": "@adonisjs/core",
"version": "2.0.11",
"version": "2.0.12",
"description": "Adonisjs core",

@@ -44,3 +44,3 @@ "main": "build/index.js",

"@adonisjs/mrm-preset": "^2.0.3",
"@adonisjs/sink": "^2.0.13",
"@adonisjs/sink": "^2.1.2",
"@poppinss/dev-utils": "^1.0.0",

@@ -53,3 +53,3 @@ "@types/node": "^12.7.2",

"doctoc": "^1.4.0",
"husky": "^3.0.3",
"husky": "^3.0.4",
"japa": "^2.0.10",

@@ -56,0 +56,0 @@ "mrm": "^1.2.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