New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@universal-packages/dynamic-api

Package Overview
Dependencies
Maintainers
0
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.12.5 to 1.13.0

3

Dynamic.decorator.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Dynamic = void 0;
exports.Dynamic = Dynamic;
function Dynamic(moduleOrName, nameOrDefaultDynamic, defaultDynamic) {

@@ -23,3 +23,2 @@ let finalModule = String(moduleOrName);

}
exports.Dynamic = Dynamic;
//# sourceMappingURL=Dynamic.decorator.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DynamicHook = void 0;
exports.DynamicHook = DynamicHook;
function DynamicHook(lifeCycle, name) {

@@ -10,3 +10,2 @@ return (target) => {

}
exports.DynamicHook = DynamicHook;
//# sourceMappingURL=DynamicHook.decorator.js.map
{
"name": "@universal-packages/dynamic-api",
"version": "1.12.5",
"version": "1.13.0",
"description": "Dynamic decoupling-adapting system",

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

"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/node": "^18.11.9",
"@universal-packages/maintenance": "^1.6.10",
"@universal-packages/maintenance": "^1.6.12",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.2",
"typescript": "^5.4.3"
"prettier": "^3.4.1",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
},

@@ -33,0 +33,0 @@ "jest": {

Sorry, the diff of this file is not supported yet

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