New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@hapify/ejs

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapify/ejs - npm Package Compare versions

Comparing version
1.3.0
to
1.3.1
pack/hapify-ejs-1.3.1.tgz

Sorry, the diff of this file is not supported yet

+15
-0

@@ -6,2 +6,17 @@ # Changelog

## @hapify/ejs [1.3.1](https://github.com/hapify/hapify/compare/@hapify/ejs@1.3.0...@hapify/ejs@1.3.1) (2023-03-02)
### Bug Fixes
* increase generator timeout limit ([#58](https://github.com/hapify/hapify/issues/58)) ([b56a9ae](https://github.com/hapify/hapify/commit/b56a9ae9ac8accf962e3ffb4e553ac0a932ccb0c))
### Dependencies
* **@hapify/vm:** upgraded to 1.4.1
# @hapify/ejs [1.3.0](https://github.com/hapify/hapify/compare/@hapify/ejs@1.2.0...@hapify/ejs@1.3.0) (2021-04-21)

@@ -8,0 +23,0 @@

+2
-2
{
"name": "@hapify/ejs",
"version": "1.3.0",
"version": "1.3.1",
"description": "Sandbox for EJS templates",

@@ -36,3 +36,3 @@ "keywords": [

"dependencies": {
"@hapify/vm": "1.4.0",
"@hapify/vm": "1.4.1",
"pkg-dir": "^5.0.0"

@@ -39,0 +39,0 @@ },

@@ -25,4 +25,4 @@ # Hapify EJS

const result = new HapifyEJS({
timeout: 200, // Maximum script execution time. Default to 1000ms.
timeout: 200, // Maximum script execution time. Default to 5000ms.
}).run(script, { value: 'world' }); // result = 'hello world'
```

Sorry, the diff of this file is not supported yet