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

@composer-js/core

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@composer-js/core - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

dist/lib/ClassLoader.js

5

dist/lib/core.js

@@ -6,3 +6,8 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var FileUtils_1 = require("./FileUtils");
exports.FileUtils = FileUtils_1.default;
__export(require("./JWTUtils"));
__export(require("./Logger"));
var OASUtils_1 = require("./OASUtils");
exports.OASUtils = OASUtils_1.default;
var StringUtils_1 = require("./StringUtils");

@@ -9,0 +14,0 @@ exports.StringUtils = StringUtils_1.default;

3

dist/types/core.d.ts

@@ -0,4 +1,7 @@

export { default as FileUtils } from "./FileUtils";
export * from "./JWTUtils";
export * from "./Logger";
export { default as OASUtils } from "./OASUtils";
export { default as StringUtils } from "./StringUtils";
export { default as UserUtils } from "./UserUtils";
export * from "./threads";

5

package.json
{
"name": "@composer-js/core",
"version": "1.0.2",
"version": "1.1.0",
"description": "A collection of common utilities and core functionality for composerjs applications.",

@@ -14,3 +14,3 @@ "author": "AcceleratXR, Inc. <info@acceleratxr.com>",

"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},

@@ -120,2 +120,3 @@ "scripts": {

"axios": "^0.19.0",
"js-yaml": "^3.13.1",
"jsonwebtoken": "^8.5.0",

@@ -122,0 +123,0 @@ "uuid": "^3.3.3"

@@ -1,2 +0,2 @@

# composerjs core
# Composer: core

@@ -6,3 +6,3 @@ [![pipeline status](https://gitlab.com/AcceleratXR/composerjs/composer-core/badges/master/pipeline.svg)](https://gitlab.com/AcceleratXR/composerjs/composer-core/-/commits/master)

A set of common utilities shared amongst all Composerjs based applications and servers.
A set of common utilities shared amongst all Composer based applications and servers.

@@ -17,3 +17,3 @@ ## Features

```
yarn add @composerjs/core
yarn add @composer-js/core
```

@@ -23,3 +23,3 @@

```
npm i @composerjs/core
npm i @composer-js/core
```

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