🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@ark/util

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ark/util - npm Package Compare versions

Comparing version
0.51.0
to
0.52.0
+1
-1
out/registry.d.ts

@@ -1,2 +0,2 @@

export declare const arkUtilVersion = "0.51.0";
export declare const arkUtilVersion = "0.52.0";
export declare const initialRegistryContents: {

@@ -3,0 +3,0 @@ version: string;

@@ -9,3 +9,3 @@ import { domainOf } from "./domain.js";

// For now, we assert this matches the package.json version via a unit test.
export const arkUtilVersion = "0.51.0";
export const arkUtilVersion = "0.52.0";
export const initialRegistryContents = {

@@ -12,0 +12,0 @@ version: arkUtilVersion,

{
"name": "@ark/util",
"version": "0.51.0",
"version": "0.52.0",
"license": "MIT",

@@ -18,7 +18,11 @@ "author": {

},
"./internal/*": {
"ark-ts": "./*",
"default": "./out/*"
"./tsconfig.base.json": "./tsconfig.base.json",
"./internal/*.ts": {
"ark-ts": "./*.ts",
"default": "./out/*.js"
},
"./tsconfig.base.json": "./tsconfig.base.json"
"./internal/*.js": {
"ark-ts": "./*.ts",
"default": "./out/*.js"
}
},

@@ -25,0 +29,0 @@ "files": [