Socket
Socket
Sign inDemoInstall

urlcache

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urlcache - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

33

package.json
{
"name": "urlcache",
"description": "URL key-value cache.",
"version": "0.6.0",
"version": "0.7.0",
"license": "MIT",
"homepage": "https://github.com/stevenvachon/urlcache",
"author": {
"name": "Steven Vachon",
"email": "contact@svachon.com",
"url": "http://www.svachon.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/stevenvachon/urlcache.git"
},
"bugs": {
"url": "https://github.com/stevenvachon/urlcache/issues"
},
"author": "Steven Vachon <contact@svachon.com> (https://www.svachon.com/)",
"repository": "stevenvachon/urlcache",
"dependencies": {
"urlobj": "0.0.8"
"urlobj": "0.0.11"
},
"devDependencies": {
"bhttp": "^1.2.1",
"browserify": "^13.0.0",
"bhttp": "^1.2.4",
"browserify": "^16.1.1",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"es6-promise": "^3.0.2",
"mocha": "^2.4.5",
"object.assign": "^4.0.3",
"uglify-js": "^2.6.1"
"es6-promise": "^3.3.1",
"mocha": "^3.5.3",
"object.assign": "^4.1.0",
"uglify-js": "^3.3.14"
},
"engines": {
"node": ">= 4"
"node": ">= 0.10"
},

@@ -35,0 +24,0 @@ "scripts": {

@@ -76,2 +76,3 @@ # urlcache [![NPM Version][npm-image]][npm-url] [![Bower Version][bower-image]][bower-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][david-image]][david-url]

## Changelog
* 0.7.0 support for Node.js v9
* 0.6.0 added `.length()` and removed `Object.assign()` polyfill

@@ -78,0 +79,0 @@ * 0.5.0 removed use of Promises as they were unnecessary

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