wineryjs icon indicating copy to clipboard operation
wineryjs copied to clipboard

Winery.js: a framework for service experimentation

Results 5 wineryjs issues
Sort by recently updated
recently updated
newest added

# This GitHub repository has been identified as a candidate for archival This repository has had no activity in more than [x amount of time]. Long periods of inactivity present...

There are important files that Microsoft projects should all have that are not present in this repository. A pull request has been opened to add the missing file(s). When the...

Please accept this contribution adding the standard Microsoft SECURITY.MD :lock: file to help the community understand the security policy and how to safely report security issues. GitHub uses the presence...

Hi there! This change adds the repository property to your package.json file(s). Having this available provides a number of benefits to security tooling. For example, it allows for greater trust...

## Code ```js engine.serve('{"application": "testApp", "entryPoint": "foo", }') .catch((error) => { console.log(typeof error); }); ``` ## Expected 'object' ## Actual 'string'