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.0 to 1.1.1

3

dist/lib/core.js

@@ -9,3 +9,4 @@ "use strict";

__export(require("./JWTUtils"));
__export(require("./Logger"));
var Logger_1 = require("./Logger");
exports.Logger = Logger_1.Logger;
var OASUtils_1 = require("./OASUtils");

@@ -12,0 +13,0 @@ exports.OASUtils = OASUtils_1.default;

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

@@ -5,0 +5,0 @@ export { default as StringUtils } from "./StringUtils";

{
"name": "@composer-js/core",
"version": "1.1.0",
"version": "1.1.1",
"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