Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

adoscopejs

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adoscopejs - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

dist/providers/AdoscopeProvider.js

10

instructions.js

@@ -7,3 +7,3 @@ /*

*
* Last Modified: 21/04/2019 4:13:53
* Last Modified: 21/04/2019 4:24:58
* Modified By: Paradox

@@ -40,3 +40,3 @@ *

await cli.copy(
path.join(__dirname, 'src', 'database', 'migrations', migrationFile),
path.join(__dirname, 'dist', 'src', 'database', 'migrations', migrationFile),
path.join(cli.helpers.migrationsPath(), outFile)

@@ -56,3 +56,3 @@ )

await cli.copy(
path.join(__dirname, 'src', controllersPath),
path.join(__dirname, 'dist', 'src', controllersPath),
path.join(cli.helpers.appRoot(), controllersPath, 'Adoscope')

@@ -72,3 +72,3 @@ )

await cli.copy(
path.join(__dirname, 'src', modelFile),
path.join(__dirname, 'dist', 'src', modelFile),
path.join(cli.helpers.appRoot(), modelFile)

@@ -88,3 +88,3 @@ )

await cli.copy(
path.join(__dirname, 'src', 'resources', 'views', viewFile),
path.join(__dirname, 'dist', 'src', 'resources', 'views', viewFile),
path.join(cli.helpers.viewsPath, 'adoscope', viewFile)

@@ -91,0 +91,0 @@ )

{
"name": "adoscopejs",
"version": "0.0.6",
"version": "0.0.7",
"description": "Debugger for Adonisjs-based applications",

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

@@ -19,2 +19,3 @@ {

"build",
"config",
"webpack.mix.js",

@@ -21,0 +22,0 @@ "instructions.js",

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