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

@tsed/engines

Package Overview
Dependencies
Maintainers
1
Versions
391
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.0.0-beta.7 to 7.0.0-beta.8

1

lib/cjs/components/RactiveEngine.js

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

const compile = this.engine.parse(template);
Engine.DEBUG = false;
return (options) => {

@@ -13,0 +14,0 @@ options.template = compile;

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

const compile = this.engine.parse(template);
Engine.DEBUG = false;
return (options) => {

@@ -10,0 +11,0 @@ options.template = compile;

4

package.json
{
"name": "@tsed/engines",
"version": "7.0.0-beta.7",
"version": "7.0.0-beta.8",
"description": "Template engines library. Provide an API to adding custom engines from decorators.",

@@ -97,5 +97,5 @@ "source": "./src/index.ts",

},
"homepage": "https://github.com/tsedio/tsed/tree/production/packages/engines",
"homepage": "https://github.com/tsedio/tsed/tree/beta/packages/engines",
"author": "Romain Lenzotti",
"license": "MIT"
}

@@ -215,3 +215,3 @@ <p style="text-align: center" align="center">

## Implement you own engine
## Implement your own engine

@@ -218,0 +218,0 @@ `@tsed/engines` let you register your own engine by using the `@ViewEngine` decorator. Here an is example of

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