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

pipep

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pipep - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

README.md

6

package.json
{
"name": "pipep",
"description": "Functional, composable, immutable and curried promise sequences that automatically handle Promise resolution.",
"version": "0.0.1",
"version": "0.0.2",
"author": "Declan de Wet <declandewet@me.com>",

@@ -58,4 +58,4 @@ "ava": {

"build": "concurrently \"npm run build-umd\" \"npm run build-umd-min\"",
"build-umd": "cat src/pipep.js | umd pipe-p -c > pipep.js",
"build-umd-min": "cat src/pipep.js | umd pipe-p -c | uglifyjs -c -m > pipep.min.js",
"build-umd": "cat src/index.js | umd pipe-p -c > pipep.js",
"build-umd-min": "cat src/index.js | umd pipe-p -c | uglifyjs -c -m > pipep.min.js",
"codecov": "npm run coverage && codecov",

@@ -62,0 +62,0 @@ "coverage": "cross-env NODE_ENV=test nyc report",

@@ -23,3 +23,2 @@ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.pipeP = f()}})(function(){var define,module,exports;module={exports:(exports={})};

function pipeP () {
// throw error if environment has no Promise support

@@ -26,0 +25,0 @@ if (Promise == null) {

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