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

ayepromise

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ayepromise - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

LICENSE

16

ayepromise.js

@@ -1,8 +0,10 @@

(function (definition) {
if (typeof module !== 'undefined') {
module.exports = definition();
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
define(factory);
} else if (typeof exports === 'object') {
module.exports = factory();
} else {
this.ayepromise = definition();
}
})(function () {
root.ayepromise = factory();
}
}(this, function () {
var ayepromise = {};

@@ -140,2 +142,2 @@

return ayepromise;
});
}));
{
"version": "0.1.0",
"version": "0.1.1",
"name": "ayepromise",

@@ -7,2 +7,11 @@ "main": "./ayepromise.js",

"homepage": "http://github.com/cburgmer/ayepromise",
"licenses": [
{
"name": "BSD-2-Clause",
"url": "http://opensource.org/licenses/BSD-2-Clause"
}, {
"name": "WTFPL",
"url": "http://www.wtfpl.net/txt/copying/"
}
],
"author": "Christoph Burgmer <christoph.burgmer@gmail.com>",

@@ -9,0 +18,0 @@ "keywords": [

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