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.8.1 to 0.8.2

2

dist/typings/src/main.d.ts

@@ -29,2 +29,2 @@ import { AsyncStorage } from './classes/AsyncStorage';

import { serializerWithDate } from './utils/serializers';
export { IJson, IStorage, isNumeric, serializer, Serializer, IAwaitable, ISerialized, MultiStorage, AsyncStorage, ISerializable, IInstantiable, IBrowserState, PrefixStorage, ObjectStorage, MemoryStorage, ISerializeRule, blackholeStorage, BlackholeStorage, SerializedStorage, serializerWithDate, IObservableStorage, objectLocalStorage, BrowserHistoryPathStorage, BrowserHistoryQueryStorage, IBrowserHistoryStorageOptions, BrowserHistoryPathHashStorage, createUniqueIdentifierFromParams, BROWSER_HISTORY_STORAGE_OPTIONS_DEFAULTS };
export { IJson, IStorage, isNumeric, serializer, Serializer, IAwaitable, ISerialized, MultiStorage, AsyncStorage, ISerializable, IInstantiable, IBrowserState, PrefixStorage, ObjectStorage, MemoryStorage, ISerializeRule, blackholeStorage, BlackholeStorage, SerializedStorage, serializerWithDate, IObservableStorage, objectLocalStorage, BrowserHistoryPathStorage, BrowserHistoryQueryStorage, IBrowserHistoryStorageOptions, BrowserHistoryPathHashStorage, createUniqueIdentifierFromParams, BROWSER_HISTORY_STORAGE_OPTIONS_DEFAULTS, };
{
"name": "everstorage",
"version": "0.8.1",
"version": "0.8.2",
"author": "Pavol Hejný <me@pavolhejny.com> (https://pavolhejny.com)",

@@ -34,3 +34,3 @@ "description": "A vector manipulation class",

"generate-main-exports-commit": "git diff --exit-code && npm run generate-main-exports && git add src && git commit --allow-empty -m \"Updating exports\"",
"update-in-other-repos": "npm run update-in-other-collboard && npm run update-in-other-krmitka",
"update-in-other-repos": "npm run update-in-other-krmitka && npm run update-in-other-collboard",
"update-in-other-collboard": "cd ../../HeduApp/collboard && git stash && npm i everstorage@latest && git add package.json package-lock.json && git commit --allow-empty -m \"Update of everstorage\" && git push && git stash pop",

@@ -37,0 +37,0 @@ "update-in-other-krmitka": "cd ../../cso/krmitka && git stash && npm i everstorage@latest && git add package.json package-lock.json && git commit --allow-empty -m \"Update of everstorage\" && git push && git stash pop"

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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