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

everstorage

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

everstorage - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

1

dist/typings/src/interfaces/IObservableStorage.d.ts

@@ -5,2 +5,3 @@ import { Observable } from 'rxjs';

export interface IObservableStorage<TValue extends IValue> {
value: TValue;
values: Observable<TValue>;

@@ -7,0 +8,0 @@ pushValue(value: TValue): void;

2

package.json
{
"name": "everstorage",
"version": "0.5.0",
"version": "0.5.1",
"author": "Pavol Hejný <me@pavolhejny.com> (https://pavolhejny.com)",

@@ -5,0 +5,0 @@ "description": "A vector manipulation class",

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