dustjs icon indicating copy to clipboard operation
dustjs copied to clipboard

Asynchronous Javascript templating for the browser and server

Results 83 dustjs issues
Sort by recently updated
recently updated
newest added

Hi, thanks for releasing a new version. Why is v3 a breaking change please? It's not clear to me from the changelog, and there is no migration guide. This would...

We have a vulnerability issue (High): The audit report show the following: High | Regular expression denial of service Package | glob-parent Patched in >=5.1.2 Dependency of dustjs-linkedin dustjs-linkedin >...

Tracking issue for the 2.8 release. The goal of 2.8 is to wrap up the commits that have landed over the last year before work on a Dust 3.0. -...

I'm using dustjs-linkedin v. 2.7.2 with webpack. When I'm importing dust: ``` import * as Dust from 'dustjs-linkedin'; ``` or ``` const Dust = require('dustjs-linkedin'); ``` the imported object doesn't...

Dustjs-linkedin 2.7.5 is dependent on older version of Chokidar 1.5.2 which in turn depends on the package with security vulnerability ![image](https://user-images.githubusercontent.com/12177697/66578546-4a1c0100-eb49-11e9-828b-6af7feec82dd.png) https://exchange.xforce.ibmcloud.com/vulnerabilities/167421 ![image](https://user-images.githubusercontent.com/12177697/66578595-6455df00-eb49-11e9-941a-83f5953f11b2.png) Could you please update the dependency Chokidar...

Lots of dependencies have vulnerabilities. Running `npm audit` lists the following: ``` $> npm audit === npm audit security report === # Run npm install --save-dev [email protected] to resolve 6...

( instead of pushing our own copies onto the stack ) I think anything that manually manipulates the stack directly is a smell. We already have these properties available as...

PhantomJS is an unmaintained project, removed phantomjs support from package.json, updated the grunt-contrib-jasmine version to 2.0.3 as it supports puppeteer instead of phantomjs. Updated the Gruntfile.js for adding the chrome...