Socket
Socket
Sign inDemoInstall

call-me-maybe

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2-beta.1

src/maybe.js

23

package.json
{
"name": "call-me-maybe",
"version": "1.0.1",
"version": "1.0.2-beta.1",
"description": "Let your JS API users either give you a callback or receive a promise",
"main": "index.js",
"dependencies": {},
"main": "src/maybe.js",
"files": [
"src"
],
"devDependencies": {
"@commitlint/config-conventional": "^17.1.0",
"browserify": "^17.0.0",
"commitlint": "^17.1.2",
"husky": "^7.0.0",
"is-ci": "^3.0.1",
"karma": "^6.4.1",
"karma-browserify": "^8.1.0",
"karma-browserstack-launcher": "^1.6.0",
"karma-mocha": "^2.0.1",
"mocha": "^2.3.2",
"promise": "^7.0.4",
"zuul": "^3.4.0"
"semantic-release": "^19.0.5"
},
"scripts": {
"test": "mocha"
"test": "mocha",
"prepare": "is-ci || husky install",
"test-browsers": "karma start"
},

@@ -15,0 +28,0 @@ "repository": {

@@ -1,2 +0,2 @@

# call-me-maybe [![Build Status](https://travis-ci.org/limulus/call-me-maybe.svg?branch=master)](https://travis-ci.org/limulus/call-me-maybe)
# call-me-maybe [![Continuous Release](https://github.com/limulus/call-me-maybe/actions/workflows/continuous-release.yaml/badge.svg)](https://github.com/limulus/call-me-maybe/actions/workflows/continuous-release.yaml)

@@ -26,2 +26,2 @@ Let your JS API users either give you a callback or receive a promise.

If `cb` is falsey, then `promise` is retuned.
If `cb` is falsey, then `promise` is returned.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc