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

onix-core

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onix-core - npm Package Compare versions

Comparing version 4.2.3 to 4.2.4

dist/common/sri.d.ts

1

dist/index.d.ts

@@ -8,2 +8,3 @@ export * from './fn/array/index';

export * from './events/index';
export * from './storage/index';
export { Hashtable } from './Hashtable';

@@ -10,0 +11,0 @@ export { Logger } from './Logger';

@@ -12,2 +12,3 @@ "use strict";

tslib_1.__exportStar(require("./events/index"), exports);
tslib_1.__exportStar(require("./storage/index"), exports);
var Logger_1 = require("./Logger");

@@ -14,0 +15,0 @@ Object.defineProperty(exports, "Logger", { enumerable: true, get: function () { return Logger_1.Logger; } });

2

package.json
{
"name": "onix-core",
"version": "4.2.3",
"version": "4.2.4",
"description": "Onix library core",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -12,2 +12,4 @@ export * from './fn/array/index';

export * from './storage/index';
export { Hashtable } from './Hashtable';

@@ -14,0 +16,0 @@ export { Logger } from './Logger';

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