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

@spinajs/templates-pug

Package Overview
Dependencies
Maintainers
1
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/templates-pug - npm Package Compare versions

Comparing version

to
2.0.64

2

lib/index.js

@@ -11,3 +11,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

import { __translate, __translateNumber, __translateL, __translateH, guessLanguage, defaultLanguage } from '@spinajs/intl';
import { IOFail, InvalidArgument, InvalidOperation } from '../../exceptions/lib/index.js';
import { IOFail, InvalidArgument, InvalidOperation } from '@spinajs/exceptions';
import * as fs from 'fs';

@@ -14,0 +14,0 @@ import * as pugTemplate from 'pug';

{
"name": "@spinajs/templates-pug",
"version": "2.0.63",
"version": "2.0.64",
"description": "templates support for pug files eg. html file generation",

@@ -50,8 +50,8 @@ "exports": "./lib/index.js",

"dependencies": {
"@spinajs/configuration": "^2.0.63",
"@spinajs/di": "^2.0.63",
"@spinajs/exceptions": "^2.0.63",
"@spinajs/intl": "^2.0.63",
"@spinajs/log": "^2.0.63",
"@spinajs/templates": "^2.0.63",
"@spinajs/configuration": "^2.0.64",
"@spinajs/di": "^2.0.64",
"@spinajs/exceptions": "^2.0.64",
"@spinajs/intl": "^2.0.64",
"@spinajs/log": "^2.0.64",
"@spinajs/templates": "^2.0.64",
"pug": "^3.0.2",

@@ -58,0 +58,0 @@ "tempfile": "4.0.0"

Sorry, the diff of this file is not supported yet