New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

akh

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akh - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

6

dist_node/unique.js

@@ -7,5 +7,5 @@ /*

var UniqueT = require("./trans/unique"),
Identity = require("./identity"),
Trampoline = require("./trampoline"),
Unique;
(Unique = UniqueT(Identity));
(Unique = UniqueT(Trampoline));
(Unique.runUnique = (function(f, g) {

@@ -15,3 +15,3 @@ return (function() {

});
})(Identity.runIdentity, UniqueT.runUniqueT));
})(Trampoline.run, UniqueT.runUniqueT));
(module.exports = Unique);
{
"name": "akh",
"version": "0.7.0",
"version": "0.7.1",
"description": "Monad and Monad Transformer Collection",

@@ -5,0 +5,0 @@ "author": "Matt Bierner",

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