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

@bjmrq/utils

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bjmrq/utils - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

3

dist/src/index.d.ts

@@ -1,3 +0,4 @@

export * from './backend-utils';
import "app-module-path/register";
export * from "./backend-utils";
export * from "./frontend-utils";
export * from "./general-utils";

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

Object.defineProperty(exports, "__esModule", { value: true });
require("app-module-path/register");
__exportStar(require("./backend-utils"), exports);

@@ -15,0 +16,0 @@ __exportStar(require("./frontend-utils"), exports);

{
"name": "@bjmrq/utils",
"version": "0.0.12",
"version": "0.0.13",
"description": "A toolkit of little utilities",

@@ -25,2 +25,3 @@ "author": "Benjamin Marquis",

"dependencies": {
"app-module-path": "^2.2.0",
"fp-ts": "^2.8.4",

@@ -27,0 +28,0 @@ "ramda": "^0.27.1"

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