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

@collabland/common

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@collabland/common - npm Package Compare versions

Comparing version 0.15.0 to 0.16.0

dist/utils/jsonata.d.ts

1

dist/index.d.ts

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

export { default as jsonata } from 'jsonata';
export { default as pMap } from 'p-map';
export * from './types';
export * from './utils';

4

dist/index.js

@@ -7,4 +7,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.pMap = void 0;
exports.pMap = exports.jsonata = void 0;
const tslib_1 = require("tslib");
var jsonata_1 = require("jsonata");
Object.defineProperty(exports, "jsonata", { enumerable: true, get: function () { return tslib_1.__importDefault(jsonata_1).default; } });
var p_map_1 = require("p-map");

@@ -11,0 +13,0 @@ Object.defineProperty(exports, "pMap", { enumerable: true, get: function () { return tslib_1.__importDefault(p_map_1).default; } });

@@ -6,3 +6,5 @@ export * from './debug';

export * from './id-generator';
export * from './jsonata';
export * from './jwt';
export * from './pmap';
export * from './promise-timeout';

@@ -13,4 +13,6 @@ "use strict";

tslib_1.__exportStar(require("./id-generator"), exports);
tslib_1.__exportStar(require("./jsonata"), exports);
tslib_1.__exportStar(require("./jwt"), exports);
tslib_1.__exportStar(require("./pmap"), exports);
tslib_1.__exportStar(require("./promise-timeout"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@collabland/common",
"version": "0.15.0",
"version": "0.16.0",
"description": "CollabLand common utilities",

@@ -40,2 +40,3 @@ "main": "dist/index.js",

"http-errors": "^1.8.0",
"jsonata": "^1.8.4",
"jsonwebtoken": "^8.5.1",

@@ -57,3 +58,3 @@ "nanoid": "^3.1.20",

"author": "Abridged, Inc.",
"gitHead": "73ecc66acea51e9407acaefafc6170cac8136dbc"
"gitHead": "91fcbbf837dc273cd06b5731d1b9e4cf12055480"
}

@@ -6,4 +6,5 @@ // Copyright Abridged, Inc. 2021. All Rights Reserved.

export {default as jsonata} from 'jsonata';
export {default as pMap} from 'p-map';
export * from './types';
export * from './utils';

@@ -11,3 +11,5 @@ // Copyright Abridged, Inc. 2021. All Rights Reserved.

export * from './id-generator';
export * from './jsonata';
export * from './jwt';
export * from './pmap';
export * from './promise-timeout';

Sorry, the diff of this file is not supported yet

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