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

loopback-component-model-extender

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loopback-component-model-extender - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

README.md

2

index.js

@@ -51,3 +51,3 @@ 'use strict'

// Determine the path to look for model a customisation file.
const basePath = path.join(appRoot.toString(), options.baseBath)
const basePath = path.join(appRoot.toString(), options.basePath)
const componentsPath = Model.settings.components || `common/models/${kebabCase(Model.modelName)}`

@@ -54,0 +54,0 @@ const requirePath = path.join(basePath, componentsPath)

{
"name": "loopback-component-model-extender",
"version": "0.1.1",
"version": "0.1.2",
"description": "Loopback Component Model Extender",

@@ -5,0 +5,0 @@ "main": "index.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