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

parameterize

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parameterize - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

4

package.json

@@ -8,3 +8,3 @@ {

"name": "parameterize",
"description": "node.js port of django admin urlify.js",
"description": "This repository adds node.js and npm support for parameterize which is originally used in Ruby on Rails. It replaces special characters in a string so that it may be used as part of a 'pretty' URL.",
"tags": [

@@ -18,3 +18,3 @@ "urlify",

],
"version": "0.0.6",
"version": "0.0.7",
"repository": {

@@ -21,0 +21,0 @@ "type": "git",

@@ -36,10 +36,7 @@ node-parameterize

paste in app.configure in app.js before app.use(app.router)
You can implement it as in the example just below in your app.js file so that you can use it in all views. Note that it should be before the line 'app.use(app.router)'.
app.configure
--------------------------------
```javascript

@@ -46,0 +43,0 @@ app.use(function(req, res, next) {

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