New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mini-view

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-view - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "mini-view",
"version": "1.2.0",
"version": "1.2.1",
"description": "a simple function for creating views",

@@ -5,0 +5,0 @@ "main": "app.js",

@@ -10,5 +10,4 @@ **WORK IN PROGRESS**

### Why I Created This Module
- I wanted a way to modularize client-side code without creating too many abstractions.
- I like Backbone and other frameworks' concept of View (view controller / controller), but I thought it might be possible to do use something simpler in many cases, especially for simple websites.
- I wanted to be able to compose views together and create event handlers before attaching features to a web page / app.
- to modularize client-side code without creating too many abstractions
- to compose views together and create event handlers before attaching features to a web page / app

@@ -18,11 +17,6 @@ ### Credits

- [interpolation function](https://github.com/Leaflet/Leaflet/blob/master/src/core/Util.js#L108-L118)
- Thanks to [Kyle Paulsen](https://github.com/kylepaulsen) for the template caching strategy
- Thanks to [Kyle Paulsen](https://github.com/kylepaulsen) for some helpful suggetions
TODO:
- find a more clever module name
- write a few tests
- publish to npm
TODO Sections:
### Simple Example
- write a few tests
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