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

@universal-packages/dynamic-api

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@universal-packages/dynamic-api - npm Package Compare versions

Comparing version 1.6.5 to 1.7.0

4

DynamicApi.js

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

if (this.options.debug && process.env['NODE_ENV'] !== 'test' && process.env['NODE_ENV'] !== 'development') {
this.emit('warning', { message: `dynamic api (${this.options.apiName || this.constructor.name || 'unnamed'}) debug mode is enabled` });
const message = `dynamic api (${this.options.apiName || this.constructor.name || 'unnamed'}) debug mode is enabled`;
this.emit('*', { event: 'warning', payload: { message } });
this.emit('warning', { event: 'warning', payload: { message } });
}

@@ -14,0 +16,0 @@ }

{
"name": "@universal-packages/dynamic-api",
"version": "1.6.5",
"version": "1.7.0",
"description": "Dynamic decoupling-adapting system",

@@ -25,3 +25,3 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)",

"@types/node": "^17.0.39",
"@universal-packages/maintenance": "^1.0.2",
"@universal-packages/maintenance": "^1.2.2",
"jest": "^29.6.4",

@@ -28,0 +28,0 @@ "jest-circus": "^29.6.4",

@@ -44,3 +44,3 @@ # Dynamic API

- **`dynamicsLocation`** `Required` `String` `default: ./src`
- **`dynamicsLocation`** `Required` `String` `default: './src'`
Where to look up for dynamics to load.

@@ -47,0 +47,0 @@ - **`namespace`** `String`

Sorry, the diff of this file is not supported yet

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