Comparing version 3.1.4 to 3.1.5
{ | ||
"name": "can-ejs", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"description": "legacy EJS layer for canjs", | ||
@@ -23,3 +23,2 @@ "homepage": "https://canjs.com/2.3/docs/can.ejs.html", | ||
"build": "node build.js", | ||
"document": "documentjs", | ||
"develop": "can-serve --static --develop --port 8080" | ||
@@ -50,3 +49,3 @@ }, | ||
"can-compute": "^3.3.0", | ||
"can-legacy-view-helpers": "^0.6.0-pre.0", | ||
"can-legacy-view-helpers": "^0.6.0", | ||
"can-namespace": "^1.0.0", | ||
@@ -56,8 +55,7 @@ "can-observation": "^3.3.0", | ||
"can-stache-key": "0.1.0", | ||
"can-util": "^3.9.0-pre.4" | ||
"can-util": "^3.9.0" | ||
}, | ||
"devDependencies": { | ||
"can-list": "^3.1.0-pre.9", | ||
"can-map": "^3.1.0-pre.10", | ||
"documentjs": "^0.5.0", | ||
"can-list": "^3.1.0", | ||
"can-map": "^3.1.0", | ||
"jshint": "^2.9.1", | ||
@@ -64,0 +62,0 @@ "steal": "^1.2.8", |
# can-ejs | ||
[![Build Status](https://travis-ci.org/canjs/can-ejs.png?branch=master)](https://travis-ci.org/canjs/can-ejs) | ||
[![Join the chat at https://gitter.im/canjs/canjs](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/canjs/canjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-ejs/blob/master/LICENSE.md) | ||
[![npm version](https://badge.fury.io/js/can-ejs.svg)](https://www.npmjs.com/package/can-ejs) | ||
[![Travis build status](https://travis-ci.org/canjs/can-ejs.svg?branch=master)](https://travis-ci.org/canjs/can-ejs) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-ejs.svg)](https://greenkeeper.io/) | ||
**DO NOT USE - NOT PRODUCTION READY** | ||
Legacy Embedded JavaScript (EJS) view layer for CanJS. While this code has been heavily tested and is considered stable, it is no longer supported. CanJS now ships with Stache which is much more feature rich and much faster - you should use it instead! | ||
Legacy Embedded JavaScript (EJS) view layer for CanJS. While this code has been heavily tested and is considered stable, it is no longer supported. CanJS now ships with [Stache](https://canjs.com/doc/can-stache.html) which is much more feature rich and much faster — you should use it instead! | ||
## Documentation | ||
Read the [can-ejs API docs on CanJS.com](https://canjs.com/doc/can-ejs.html). | ||
## Changelog | ||
See the [latest releases on GitHub](https://github.com/canjs/can-ejs/releases). | ||
## Contributing | ||
The [contribution guide](https://github.com/canjs/can-ejs/blob/master/CONTRIBUTING.md) has information on getting help, reporting bugs, developing locally, and more. | ||
## License | ||
[MIT](https://github.com/canjs/can-ejs/blob/master/LICENSE.md) | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
78480
7
29
0
1607
Updatedcan-util@^3.9.0