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

apr-constant

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

apr-constant - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

12

package.json
{
"name": "apr-constant",
"version": "3.0.0",
"license": "MIT",
"version": "3.0.1",
"description": "Returns a promise that when called, then's with the values provided. Useful as the first function in a waterfall.",

@@ -28,9 +28,9 @@ "keywords": [

"repository": "ramitos/apr",
"main": "dist/apr-apply.umd.js",
"jsnext:main": "dist/apr-apply.es.js",
"module": "dist/apr-apply.es.js",
"entry": "index.js",
"files": [
"dist"
"files"
],
"main": "dist/apr-constant.umd.js",
"jsnext:main": "dist/apr-constant.es.js",
"module": "dist/apr-constant.es.js",
"entry": "index.js",
"scripts": {

@@ -37,0 +37,0 @@ "prepublish": "NODE_ENV=production bup"

@@ -5,12 +5,10 @@ <!-- Generated by documentation.js. Update this documentation by updating the source code. -->

<a id="constant"></a> Returns a promise that when called, then's with the values
provided. Useful as the first function in a [`waterfall`](#waterfall).
<a id="constant"></a>
Returns a promise that when called, then's with the values provided. Useful as the first function in a [`waterfall`](#waterfall).
[![](https://img.shields.io/npm/v/apr-constant.svg?style=flat-square)](https://www.npmjs.com/package/apr-constant)
[![](https://img.shields.io/npm/l/apr-constant.svg?style=flat-square)](https://www.npmjs.com/package/apr-constant)
[![](https://img.shields.io/npm/v/apr-constant.svg?style=flat-square)](https://www.npmjs.com/package/apr-constant) [![](https://img.shields.io/npm/l/apr-constant.svg?style=flat-square)](https://www.npmjs.com/package/apr-constant)
**Parameters**
* `args` **...any**
* `arguments` **...any**
- `arguments` **...any**

@@ -30,3 +28,2 @@ **Examples**

Returns
**[Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)**
Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)**
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