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

@clocklimited/darkroom-url-builder

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clocklimited/darkroom-url-builder - npm Package Compare versions

Comparing version 1.5.0 to 1.6.1

28

package.json
{
"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 @@ }

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