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

@tsed/engines

Package Overview
Dependencies
Maintainers
0
Versions
390
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/engines - npm Package Compare versions

Comparing version 7.82.2 to 7.82.3

7

lib/cjs/components/DustEngine.js

@@ -11,4 +11,7 @@ "use strict";

let DustEngine = class DustEngine extends Engine_js_1.Engine {
views = ".";
ext = "dust";
constructor() {
super(...arguments);
this.views = ".";
this.ext = "dust";
}
configure(options) {

@@ -15,0 +18,0 @@ if (options) {

@@ -6,5 +6,2 @@ "use strict";

class Engine {
name;
options;
driverName;
constructor(name, options) {

@@ -11,0 +8,0 @@ this.name = name;

@@ -9,3 +9,2 @@ "use strict";

let TwingEngine = class TwingEngine extends Engine_js_1.Engine {
instance;
$compile(template, options) {

@@ -12,0 +11,0 @@ const engine = this.engine;

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

class EnginesContainer {
#providers = new Map();
constructor() {
this.#providers = new Map();
}
#providers;
has(key) {

@@ -8,0 +11,0 @@ return this.#providers.has(key);

@@ -8,4 +8,7 @@ import { __decorate } from "tslib";

let DustEngine = class DustEngine extends Engine {
views = ".";
ext = "dust";
constructor() {
super(...arguments);
this.views = ".";
this.ext = "dust";
}
configure(options) {

@@ -12,0 +15,0 @@ if (options) {

import { cache, getCachedEngine, importEngine, read, readPartials } from "../utils/cache.js";
export class Engine {
name;
options;
driverName;
constructor(name, options) {

@@ -7,0 +4,0 @@ this.name = name;

@@ -6,3 +6,2 @@ import { __decorate } from "tslib";

let TwingEngine = class TwingEngine extends Engine {
instance;
$compile(template, options) {

@@ -9,0 +8,0 @@ const engine = this.engine;

export class EnginesContainer {
#providers = new Map();
constructor() {
this.#providers = new Map();
}
#providers;
has(key) {

@@ -4,0 +7,0 @@ return this.#providers.has(key);

@@ -5,3 +5,3 @@ {

"type": "commonjs",
"version": "7.82.2",
"version": "7.82.3",
"source": "./src/index.ts",

@@ -34,4 +34,4 @@ "main": "./lib/cjs/index.js",

"@babel/preset-react": "7.24.1",
"@tsed/barrels": "7.82.2",
"@tsed/typescript": "7.82.2",
"@tsed/barrels": "7.82.3",
"@tsed/typescript": "7.82.3",
"@types/semver": "^7.5.8",

@@ -38,0 +38,0 @@ "atpl": "0.9.3",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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