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

dataway

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dataway - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

8

dist/dataway.umd.js

@@ -5,3 +5,3 @@ (function (global, factory) {

(global = global || self, factory(global.dataway = {}));
}(this, function (exports) { 'use strict';
}(this, (function (exports) { 'use strict';

@@ -578,3 +578,3 @@ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};

function getApplyMonoid(M) {
return __assign({}, getApplySemigroup(M), { empty: right(M.empty) });
return __assign(__assign({}, getApplySemigroup(M)), { empty: right(M.empty) });
}

@@ -1351,3 +1351,3 @@ exports.getApplyMonoid = getApplyMonoid;

function getApplyMonoid(M) {
return __assign({}, getApplySemigroup(M), { empty: some(M.empty) });
return __assign(__assign({}, getApplySemigroup(M)), { empty: some(M.empty) });
}

@@ -1940,2 +1940,2 @@ exports.getApplyMonoid = getApplyMonoid;

}));
})));
{
"name": "dataway",
"version": "3.0.1",
"version": "3.0.2",
"main": "dist/dataway.cjs.js",

@@ -40,3 +40,4 @@ "module": "dist/dataway.esm.js",

"fp-ts": "^2.0.5"
}
},
"repository": "github:iadvize/dataway"
}
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