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.1.1 to 1.1.2

2

dist/lib/core.js

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

Object.defineProperty(exports, "__esModule", { value: true });
var ClassLoader_1 = require("./ClassLoader");
exports.ClassLoader = ClassLoader_1.default;
var FileUtils_1 = require("./FileUtils");

@@ -8,0 +10,0 @@ exports.FileUtils = FileUtils_1.default;

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

export { default as ClassLoader } from "./ClassLoader";
export { default as FileUtils } from "./FileUtils";

@@ -2,0 +3,0 @@ export * from "./JWTUtils";

2

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

@@ -5,0 +5,0 @@ "author": "AcceleratXR, Inc. <info@acceleratxr.com>",

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