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.4.0 to 1.4.1

10

DynamicApi.js

@@ -17,4 +17,10 @@ "use strict";

const currentModule = finalModules[i];
if (currentModule.error)
throw currentModule.error;
if (currentModule.error) {
if (currentModule.error instanceof Error) {
throw currentModule.error;
}
else {
throw new Error(currentModule.error);
}
}
}

@@ -21,0 +27,0 @@ for (let i = 0; i < finalModules.length; i++) {

2

package.json
{
"name": "@universal-packages/dynamic-api",
"version": "1.4.0",
"version": "1.4.1",
"description": "Dynamic decoupling-adapting system",

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

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