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

@lawcket/fn

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lawcket/fn - npm Package Compare versions

Comparing version

to
0.1.1

lib/get.d.ts

4

lib/broadcast.js

@@ -15,4 +15,2 @@ "use strict";

};
module.exports = {
broadcast: broadcast,
};
module.exports = { broadcast: broadcast };

@@ -11,4 +11,2 @@ "use strict";

};
module.exports = {
curry: curry,
};
module.exports = { curry: curry };

@@ -13,2 +13,2 @@ "use strict";

};
module.exports = __assign({}, require('./curry'), require('./pipe'), require('./toss'), require('./broadcast'));
module.exports = __assign({}, require('./curry'), require('./pipe'), require('./toss'), require('./broadcast'), require('./get'));

@@ -16,4 +16,2 @@ "use strict";

};
module.exports = {
pipe: pipe,
};
module.exports = { pipe: pipe };

@@ -5,4 +5,2 @@ "use strict";

};
module.exports = {
toss: toss,
};
module.exports = { toss: toss };
{
"name": "@lawcket/fn",
"version": "0.1.0",
"version": "0.1.1",
"description": "A collection of utils for use in lawcket libs",

@@ -14,10 +14,10 @@ "main": "lib/index.js",

},
"author": "Chris Sullivan",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/icarus-sullivan/lawcket-fn.git"
"url": "https://github.com/icarus-sullivan/lawcket.git"
},
"author": "Chris Sullivan",
"license": "MIT",
"bugs": {
"url": "https://github.com/icarus-sullivan/lawcket-fn/issues"
"url": "https://github.com/icarus-sullivan/lawcket/issues"
},

@@ -24,0 +24,0 @@ "homepage": "https://github.com/icarus-sullivan/lawcket-fn#readme",