Socket
Socket
Sign inDemoInstall

@ghii/ghii-es

Package Overview
Dependencies
498
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

3

build/lib/ghii.js

@@ -111,2 +111,5 @@ import { Type } from '@sinclair/typebox';

once: events.once.bind(events),
jsonSchema() {
return JSON.stringify(Type.Strict(schema));
},
};

@@ -113,0 +116,0 @@ }

@@ -21,2 +21,3 @@ import { Static, TSchema, Type } from '@sinclair/typebox';

once: ValueOf<Pick<GhiiEmitter<O>, 'once'>>;
jsonSchema: () => string;
};

@@ -23,0 +24,0 @@ export type Snapshot<O extends TSchema> = Static<O>;

2

package.json
{
"name": "@ghii/ghii-es",
"version": "1.2.0",
"version": "1.2.1",
"description": "A Funny configuration manager ",

@@ -5,0 +5,0 @@ "maintainers": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc