Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

can-ejs

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-ejs - npm Package Compare versions

Comparing version 3.1.4 to 3.1.5

CONTRIBUTING.md

12

package.json
{
"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)
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc