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 1.1.20 to 1.1.21

4

built/Types.d.ts

@@ -10,1 +10,5 @@ export interface IDisposable {

}
export interface IError {
type: string;
message?: string;
}

2

package.json
{
"name": "onix-core",
"version": "1.1.20",
"version": "1.1.21",
"description": "Onix library core",

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

@@ -16,2 +16,2 @@ export * from './fn/Types';

export { Intl } from './Intl';
import { IDisposable, ITyped } from './Types';
import { IDisposable, ITyped, IError } from './Types';

@@ -10,2 +10,7 @@ export interface IDisposable {

_type: string;
}
export interface IError {
type: string,
message?: string
}
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