Socket
Socket
Sign inDemoInstall

untyped

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

untyped - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

dist/shared/untyped.3f3c0215.mjs

11

dist/index.d.ts

@@ -1,5 +0,10 @@

import { I as InputObject, S as Schema, a as SchemaDefinition } from './types-a20127ea.js';
export { F as FunctionArg, c as InputValue, b as JSType, J as JSValue, R as ResolveFn, T as TypeDescriptor } from './types-a20127ea.js';
import { I as InputObject, S as Schema, a as SchemaDefinition } from './types-a304c6a0.js';
export { F as FunctionArg, c as InputValue, b as JSType, J as JSValue, R as ResolveFn, T as TypeDescriptor } from './types-a304c6a0.js';
declare function resolveSchema(obj: InputObject, defaults?: InputObject): Promise<Schema>;
interface NormalizeSchemaOptions {
ignoreDefaults?: boolean;
}
interface ResolveSchemaOptions extends NormalizeSchemaOptions {
}
declare function resolveSchema(obj: InputObject, defaults?: InputObject, options?: ResolveSchemaOptions): Promise<Schema>;
declare function applyDefaults(ref: InputObject, input: InputObject): Promise<InputObject>;

@@ -6,0 +11,0 @@

import jiti from 'jiti';
import { S as Schema } from './types-a20127ea.js';
import { S as Schema } from './types-a304c6a0.js';

@@ -8,2 +8,3 @@ type JITIOptions = Parameters<typeof jiti>[1];

defaults?: Record<string, any>;
ignoreDefaults?: boolean;
}

@@ -10,0 +11,0 @@ declare function loadSchema(entryPath: string, options?: LoaderOptions): Promise<Schema>;

{
"name": "untyped",
"version": "1.3.2",
"version": "1.4.0",
"description": "",

@@ -52,7 +52,7 @@ "repository": "unjs/untyped",

"dependencies": {
"@babel/core": "^7.21.3",
"@babel/standalone": "^7.21.3",
"@babel/types": "^7.21.3",
"@babel/core": "^7.22.9",
"@babel/standalone": "^7.22.9",
"@babel/types": "^7.22.5",
"defu": "^6.1.2",
"jiti": "^1.18.2",
"jiti": "^1.19.1",
"mri": "^1.2.0",

@@ -62,23 +62,24 @@ "scule": "^1.0.0"

"devDependencies": {
"@babel/template": "^7.20.7",
"@babel/template": "^7.22.5",
"@types/babel__standalone": "latest",
"@types/babel__traverse": "latest",
"@types/node": "^18.15.10",
"@vitest/coverage-c8": "^0.29.7",
"@vue/compiler-sfc": "^3.2.47",
"changelogen": "^0.5.1",
"eslint": "^8.36.0",
"eslint-config-unjs": "^0.1.0",
"@types/node": "^20.4.5",
"@vitest/coverage-v8": "^0.33.0",
"@vue/compiler-sfc": "^3.3.4",
"changelogen": "^0.5.4",
"eslint": "^8.45.0",
"eslint-config-unjs": "^0.2.1",
"hljs": "^6.2.3",
"json-schema": "^0.4.0",
"marked": "^4.3.0",
"monaco-editor": "^0.36.1",
"nuxt": "^3.3.2",
"nuxt-windicss": "^2.6.0",
"prettier": "^2.8.7",
"marked": "^5.1.2",
"monaco-editor": "^0.40.0",
"nuxt": "^3.6.5",
"nuxt-windicss": "^2.6.1",
"prettier": "^3.0.0",
"prismjs": "^1.29.0",
"typescript": "^5.0.2",
"unbuild": "^1.1.2",
"vitest": "^0.29.7"
}
}
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.33.0"
},
"packageManager": "pnpm@8.6.10"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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