New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@storex/utils

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storex/utils - npm Package Compare versions

Comparing version 1.0.43 to 1.0.45

lib/schema/validator.d.ts

2

lib/async/index.d.ts
import { DelayStateOpt } from "./delay-state";
export declare function delay<T = Function>(opt: DelayStateOpt): (target: any, propertyKey?: string, descriptor?: PropertyDescriptor) => any;
export declare function sleep(time?: number): Promise<{}>;
export declare function sleep(time?: number): Promise<unknown>;

@@ -7,1 +7,2 @@ export * from "./add-titles";

export * from "./get-nested-obj";
export * from "./validator";

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

__export(require("./get-nested-obj"));
__export(require("./validator"));
{
"name": "@storex/utils",
"version": "1.0.43",
"version": "1.0.45",
"description": "Utils for schema and more ...",

@@ -13,9 +13,9 @@ "main": "lib/index.js",

"author": "Moshe Kabala",
"license": "ISC",
"license": "MIT",
"dependencies": {},
"peerDependencies": {
"ajv": "^5.5.2"
},
"devDependencies": {
"@types/jest": "^23.1.4",
"jest": "^23.3.0",
"ts-jest": "^23.0.0",
"typescript": "^2.9.2"
"ajv": "^5.5.2"
},

@@ -43,3 +43,3 @@ "keywords": [

"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
".(ts|tsx)": "ts-jest"
},

@@ -46,0 +46,0 @@ "testPathIgnorePatterns": [

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