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.9.2 to 0.10.0

LICENSE

6

dist/lib/socket.d.ts

@@ -60,8 +60,2 @@ import type { EventEmitter } from './event-emitter';

watchState<T = any, P = any>(namespace: string, getter: (state: T) => undefined | P): Watcher<P>;
/**
* waiting for some states to be initialized
* @param dependencies the dependencies to be waited for
* @param timeout the time to wait
*/
waitState(dependencies: string[], timeout?: number): Promise<any[]>;
}

1

dist/lib/utils.d.ts

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

accessUninitializedState: (namespace: string) => string;
waitStateTimeout: (namespaces: string[]) => string;
duplicatedInitial: (namespace: string) => string;

@@ -18,0 +17,0 @@ initializePrimitiveState: (namespace: string) => string;

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

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

},
"homepage": "https://github.com/ralliejs/rallie#readme"
"homepage": "https://github.com/ralliejs/rallie#readme",
"gitHead": "69ceeff61c51c4cb08d25f2607517cfe3bcd1d3b"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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