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

spex

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spex - npm Package Compare versions

Comparing version 0.0.33 to 0.0.34

docs/batch.md

8

gruntfile.js

@@ -8,15 +8,15 @@ "use strict";

src: "lib/index.js",
dest: "API/module.md"
dest: "docs/module.md"
},
{
src: "lib/ext/batch.js",
dest: "API/batch.md"
dest: "docs/batch.md"
},
{
src: "lib/ext/page.js",
dest: "API/page.md"
dest: "docs/page.md"
},
{
src: "lib/ext/sequence.js",
dest: "API/sequence.md"
dest: "docs/sequence.md"
}

@@ -23,0 +23,0 @@ ];

{
"name": "spex",
"version": "0.0.33",
"version": "0.0.34",
"description": "Specialized Promise Extensions",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -6,8 +6,8 @@ # Specialized Promise Extensions

This project is a work-in-progress, and I'm currently working on tests + [API documentation](API/index.md)
This project is a work-in-progress, and I'm currently working on tests + [API documentation](docs/index.md)
But you already can try the methods implemented:
* [batch]
* [page]
* [sequence]
* [page]

@@ -29,4 +29,4 @@ ### Usage

[batch]:API/batch.md
[page]:API/page.md
[sequence]:API/sequence.md
[batch]:docs/batch.md
[page]:docs/page.md
[sequence]:docs/sequence.md
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