Socket
Socket
Sign inDemoInstall

@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.25 to 0.1.1

dist/src/browser.d.ts

9

dist/src/index.d.ts

@@ -1,3 +0,6 @@

export * from "./backend-utils";
export * from "./frontend-utils";
export * from "./general-utils";
export * from "./date";
export * from "./object";
export * from "./string-formater";
export * from "./fp";
export * from "./numbers";
export * from "./browser";
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -13,5 +17,8 @@ if (k2 === undefined) k2 = k;

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./backend-utils"), exports);
__exportStar(require("./frontend-utils"), exports);
__exportStar(require("./general-utils"), exports);
__exportStar(require("./date"), exports);
__exportStar(require("./object"), exports);
__exportStar(require("./string-formater"), exports);
__exportStar(require("./fp"), exports);
__exportStar(require("./numbers"), exports);
__exportStar(require("./browser"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@bjmrq/utils",
"version": "0.0.25",
"version": "0.1.1",
"description": "A toolkit of little utilities",

@@ -25,31 +25,31 @@ "author": "Benjamin Marquis",

"dependencies": {
"fp-ts": "^2.8.4",
"ramda": "^0.27.1"
"fp-ts": "^2.15.0",
"ramda": "^0.29.0"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.10.1",
"@types/ramda": "^0.27.30",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"eslint": "^7.8.1",
"eslint-config-airbnb-typescript": "^10.0.0",
"eslint-config-hardcore": "^12.9.1",
"eslint-config-standard": "14.1.1",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-eslint-plugin": "^2.3.0",
"eslint-plugin-functional": "^3.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.1.0",
"@types/jest": "^29.5.1",
"@types/node": "^20.1.5",
"@types/ramda": "^0.29.1",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint": "^8.40.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-hardcore": "^36.1.1",
"eslint-config-standard": "17.0.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-plugin-eslint-plugin": "^5.0.8",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-unicorn": "^22.0.0",
"jest": "^26.6.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.4.2",
"ts-node": "^9.0.0",
"tsc-watch": "^4.2.9",
"typescript": "^4.0.2"
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-unicorn": "^47.0.0",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.4",
"typescript": "^5.0.4"
}
}
}

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