Socket
Socket
Sign inDemoInstall

rendy

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 3.0.0

31

package.json
{
"name": "rendy",
"version": "2.0.0",
"version": "3.0.0",
"description": "simplest template engine",
"main": "lib/rendy.js",
"scripts": {
"lint": "eslint lib test",
"test": "tape 'test/**/*.js'",
"coverage": "nyc npm test",
"report": "nyc report --reporter=text-lcov | coveralls",
"build": "redrun clean init 6to5 legacy:*",
"wisdom": "npm run build",
"init": "mkdirp legacy",
"clean": "rimraf legacy",
"6to5": "babel lib -d legacy/lib",
"legacy:index": "echo \"module.exports = require('./lib/rendy');\" > legacy/index.js"
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"test": "madrun test",
"coverage": "madrun coverage",
"report": "madrun report"
},

@@ -36,7 +31,13 @@ "repository": {

"coveralls": "^3.0.0",
"eslint": "^4.0.0",
"eslint-plugin-node": "^6.0.1",
"nyc": "^11.0.2",
"tape": "^4.9.0"
"eslint": "^6.3.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-putout": "^2.0.0",
"madrun": "^3.0.1",
"nyc": "^14.1.1",
"putout": "^5.11.1",
"supertape": "^1.2.3"
},
"publishConfig": {
"access": "public"
}
}

@@ -25,10 +25,2 @@ # Rendy [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Coverage][CoverageIMGURL]][CoverageURL]

## Environments
In old `node.js` environments that not fully supports `es2015`, `rendy` can be used with:
```js
var rendy = require('rendy/legacy');
```
## License

@@ -41,7 +33,7 @@

[BuildStatusIMGURL]: https://img.shields.io/travis/coderaiser/rendy/master.svg?style=flat
[DependencyStatusIMGURL]: https://img.shields.io/gemnasium/coderaiser/rendy.svg?style=flat
[DependencyStatusIMGURL]: https://img.shields.io/david/coderaiser/rendy.svg?style=flat
[LicenseIMGURL]: https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat
[NPMURL]: https://npmjs.org/package/rendy "npm"
[BuildStatusURL]: https://travis-ci.org/coderaiser/rendy "Build Status"
[DependencyStatusURL]: https://gemnasium.com/coderaiser/rendy "Dependency Status"
[DependencyStatusURL]: https://david-dm.org/coderaiser/rendy "Dependency Status"
[LicenseURL]: https://tldrlegal.com/license/mit-license "MIT License"

@@ -48,0 +40,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc