Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rallie/core

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rallie/core - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

2

dist/lib/utils.d.ts

@@ -26,3 +26,3 @@ import type { MiddlewareFnType, NextFnType, ContextType, DependencyType, RelateType } from '../types';

export declare function isPrimitive(object: unknown): boolean;
export declare function deduplicate(items: DependencyType[] | RelateType[]): any[];
export declare function deduplicate<T extends DependencyType | RelateType>(items: T[]): T[];
/**

@@ -29,0 +29,0 @@ * the compose function copied from koa-compose

{
"name": "@rallie/core",
"version": "0.10.0",
"version": "0.11.0",
"description": "a progressive micro front framework",

@@ -27,3 +27,3 @@ "main": "./dist/index.umd.js",

"homepage": "https://github.com/ralliejs/rallie#readme",
"gitHead": "69ceeff61c51c4cb08d25f2607517cfe3bcd1d3b"
"gitHead": "41dbe8aae6e67c2d6f8ecd71055531da1e0769da"
}
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