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.15 to 2.0.16

2

build/adonis-typings/encryption.d.ts

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

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

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

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

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

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

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

/// <reference types="node" />
/// <reference types="@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="node" />
/// <reference types="@types/node" />
import { Server as HttpsServer } from 'https';

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

{
"name": "@adonisjs/core",
"version": "2.0.15",
"version": "2.0.16",
"description": "Adonisjs core",

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

"build/src",
"build/config",
"build/instructions.js"
"build/config"
],

@@ -45,6 +44,6 @@ "scripts": {

"@adonisjs/mrm-preset": "^2.1.0",
"@adonisjs/sink": "^2.1.5",
"@adonisjs/sink": "^2.1.6",
"@poppinss/dev-utils": "^1.0.1",
"@types/ms": "^0.7.30",
"@types/node": "^12.7.3",
"@types/node": "^12.7.4",
"@types/supertest": "^2.0.8",

@@ -113,4 +112,11 @@ "commitizen": "^4.0.3",

"adonisjs": {
"instructions": "./build/instructions.js"
"templates": {
"basePath": "./build/config",
"config": [
"app.txt",
"cors.txt",
"hash.txt"
]
}
}
}
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