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

fus-ext

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fus-ext - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

lib/promise-static.fus

7

changelog.md

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

v1.3.0
======
2016-07-15T13:37:43Z
Add `Promise..delay`.
v1.2.0

@@ -2,0 +9,0 @@ ======

2

package.json
{
"name": "fus-ext",
"version": "1.2.0",
"version": "1.3.0",
"description": "FutureScript Extension",

@@ -5,0 +5,0 @@ "keywords": [

@@ -75,2 +75,6 @@ "use strict";Object.defineProperty(exports, "__esModule", {

var _promiseStatic = require("./promise-static");
var fePromiseStatic = _interopRequireWildcard(_promiseStatic);
var ok_573300145710716007 = function ok_573300145710716007(a) {

@@ -988,2 +992,3 @@ return a !== undefined && a !== null;

exports.feUint8ArrayStatic = feUint8ArrayStatic;
exports.fePromiseStatic = fePromiseStatic;
exports.dotDot_573300145710716007 = dotDot_573300145710716007 = function (x) {

@@ -1009,17 +1014,21 @@ return (function () {

})() : (function () {
return typeof x === "number" ? (function () {
return feNumber;
return x === Promise ? (function () {
return fePromiseStatic;
})() : (function () {
return typeof x === "string" ? (function () {
return feString;
return typeof x === "number" ? (function () {
return feNumber;
})() : (function () {
return x instanceof Array ? (function () {
return feArray;
return typeof x === "string" ? (function () {
return feString;
})() : (function () {
return x instanceof Date ? (function () {
return feDate;
return x instanceof Array ? (function () {
return feArray;
})() : (function () {
return x instanceof Uint8Array ? (function () {
return feUint8Array;
})() : undefined;
return x instanceof Date ? (function () {
return feDate;
})() : (function () {
return x instanceof Uint8Array ? (function () {
return feUint8Array;
})() : undefined;
})();
})();

@@ -1026,0 +1035,0 @@ })();

@@ -36,2 +36,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {

exports.feUint8ArrayStatic = _targetMain.feUint8ArrayStatic;
exports.fePromiseStatic = _targetMain.fePromiseStatic;
exports.dotDot_573300145710716007 = _targetMain.dotDot_573300145710716007;

@@ -38,0 +39,0 @@ exports.global = global = _targetMain.sys.global;exports.setImmediate = var_573300145710716007_2;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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