Socket
Socket
Sign inDemoInstall

unlimited-curry

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unlimited-curry - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

package.json
{
"name": "unlimited-curry",
"version": "1.1.1",
"version": "1.1.2",
"description": "Unlimited curry",

@@ -73,3 +73,3 @@ "main": "src/index.js",

"flat": "^4.1.0",
"generic-text-linker": "^1.1.1",
"generic-text-linker": "^1.1.2",
"mocha": "^5.2.0",

@@ -76,0 +76,0 @@ "nyc": "^12.0.2",

@@ -74,3 +74,3 @@ <!--- destination qa rewrite begin -->

)
const returnValue = await fn('a')('b')('c').p.then(data=>data)
const returnValue = await fn('a')('b')('c').p().then(data=>data)
console.log(returnValue)

@@ -77,0 +77,0 @@ expect(returnValue).to.be.equal('abc')

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