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

letta

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

letta - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

15

index.js

@@ -40,3 +40,3 @@ /*!

return new Promize(function (resolve, reject) {
var promise = new Promize(function (resolve, reject) {
process.once('uncaughtException', reject)

@@ -53,2 +53,4 @@ process.once('unhandledRejection', reject)

})
return normalizePromise(promise, Promize)
}

@@ -85,1 +87,12 @@

}
/**
* Inherit and normalize properties
*/
function normalizePromise (promise, Ctor) {
promise.Prome = Ctor
promise.___customPromise = Ctor.___customPromise
promise.___bluebirdPromise = Ctor.___bluebirdPromise
return promise
}

5

package.json
{
"name": "letta",
"version": "0.2.0",
"version": "0.2.1",
"description": "Let's move to promises! Drop-in replacement for `co@4`, but on steroids. Accepts sync, async and generator functions.",

@@ -22,2 +22,3 @@ "repository": "hybridables/letta",

"mz": "^2.0.0",
"pinkie": "^1.0.0",
"semver": "^5.0.3",

@@ -51,2 +52,2 @@ "simple-get": "^1.4.3"

]
}
}
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