@clocklimited/darkroom-url-builder
Advanced tools
Comparing version 1.5.0 to 1.6.1
{ | ||
"name": "@clocklimited/darkroom-url-builder", | ||
"version": "1.5.0", | ||
"version": "1.6.1", | ||
"description": "Build URLs for darkroom resources", | ||
"main": "url-builder.js", | ||
"bin": { | ||
"darkroom-url-builder": "bin/darkroom-url-builder" | ||
}, | ||
"publishConfig": { | ||
"registry": "http://registry.npmjs.org/" | ||
}, | ||
"bin": "./bin/darkroom-url-builder", | ||
"scripts": { | ||
"test": "istanbul test ./node_modules/.bin/_mocha -- -R spec" | ||
"run-test": "./node_modules/.bin/_mocha ", | ||
"test": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- -R spec" | ||
}, | ||
"author": "Ben Gourley", | ||
"license": "BSD-3-Clause", | ||
"license": "BSD", | ||
"devDependencies": { | ||
@@ -23,17 +19,7 @@ "mocha": "~1.13.0", | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/bengourley/darkroom-url-builder.git" | ||
"url": "git@github.com:clocklimited/darkroom-url-builder.git" | ||
}, | ||
"dependencies": { | ||
"slugg": "~0.1.2" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/bengourley/darkroom-url-builder/issues" | ||
}, | ||
"homepage": "https://github.com/bengourley/darkroom-url-builder#readme", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"keywords": [ | ||
"darkroom" | ||
] | ||
} | ||
} |
# Darkroom URL builder | ||
[![Build Status](https://travis-ci.org/bengourley/darkroom-url-builder.png)](https://travis-ci.org/bengourley/darkroom-url-builder) | ||
[![Build Status](https://circleci.com/gh/clocklimited/darkroom-url-builder.svg?style=shield)](https://circleci.com/gh/clocklimited/darkroom-url-builder) | ||
@@ -10,7 +10,8 @@ A module that builds URLs for your darkroom resources. | ||
``` | ||
npm install darkroom-url-builder | ||
npm install @clocklimited/darkroom-url-builder | ||
yarn add @clocklimited/darkroom-url-builder | ||
``` | ||
```js | ||
var createDarkroomUrlBuilder = require('darkroom-url-builder') | ||
var createDarkroomUrlBuilder = require('@clocklimited/darkroom-url-builder') | ||
``` | ||
@@ -60,3 +61,3 @@ | ||
Set the filename of the asset you want to recieve. This is for vanity of the URL | ||
Set the filename of the asset you want to receive. This is for vanity of the URL | ||
and has no bearing on the response format or content-type headers. | ||
@@ -122,3 +123,3 @@ | ||
> This page makes xx parallelizable requests to darkroom.domain.com. Increase download parallelization by distributing these requests across multiple hostnames | ||
> This page makes xx parallelisable requests to darkroom.domain.com. Increase download parallelization by distributing these requests across multiple hostnames | ||
@@ -125,0 +126,0 @@ In order to achieve this with darkroom url builder, you can simply pass in a list of darkroom hosts |
@@ -79,3 +79,4 @@ module.exports = createBuilder | ||
{}, | ||
this._resource | ||
this._resource, | ||
this._filename | ||
) | ||
@@ -82,0 +83,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
176
10107
7
1
139
1
1
2