Socket
Socket
Sign inDemoInstall

permalinks

Package Overview
Dependencies
52
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

24

package.json
{
"name": "permalinks",
"description": "Adds permalink or URL routing/URL rewriting logic to any node.js project. Can be used in static site generators, build systems, web applications or anywhere you need to do path transformation or prop-string replacements.",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/jonschlinkert/permalinks",

@@ -18,3 +18,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"engines": {
"node": ">=0.8"
"node": ">=4.7"
},

@@ -31,3 +31,2 @@ "scripts": {

"lazy-cache": "^2.0.2",
"lodash.template": "^4.4.0",
"parse-filepath": "^1.0.1",

@@ -38,9 +37,6 @@ "use": "^2.0.0",

"devDependencies": {
"diacritics-map": "^0.1.0",
"gulp-format-md": "^0.1.11",
"kind-of": "^3.1.0",
"mocha": "^3.2.0",
"moment": "^2.17.1",
"randomatic": "^1.1.6",
"strip-color": "^0.1.0"
"randomatic": "^1.1.6"
},

@@ -75,7 +71,8 @@ "keywords": [

],
"lint": {
"reflinks": true
},
"related": {
"list": []
"list": [
"parse-filepath",
"handlebars",
"vinyl"
]
},

@@ -85,4 +82,7 @@ "reflinks": [

"vinyl"
]
],
"lint": {
"reflinks": true
}
}
}

@@ -193,2 +193,8 @@ # permalinks [![NPM version](https://img.shields.io/npm/v/permalinks.svg?style=flat)](https://www.npmjs.com/package/permalinks) [![NPM monthly downloads](https://img.shields.io/npm/dm/permalinks.svg?style=flat)](https://npmjs.org/package/permalinks) [![NPM total downloads](https://img.shields.io/npm/dt/permalinks.svg?style=flat)](https://npmjs.org/package/permalinks) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/permalinks.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/permalinks)

### Related projects
* [handlebars](https://www.npmjs.com/package/handlebars): Handlebars provides the power necessary to let you build semantic templates effectively with no frustration | [homepage](http://www.handlebarsjs.com/ "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration")
* [parse-filepath](https://www.npmjs.com/package/parse-filepath): Pollyfill for node.js `path.parse`, parses a filepath into an object. | [homepage](https://github.com/jonschlinkert/parse-filepath "Pollyfill for node.js `path.parse`, parses a filepath into an object.")
* [vinyl](https://www.npmjs.com/package/vinyl): Virtual file format. | [homepage](https://github.com/gulpjs/vinyl#readme "Virtual file format.")
### Contributing

@@ -195,0 +201,0 @@

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