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

@studyportals/data-storage

Package Overview
Dependencies
Maintainers
18
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/data-storage - npm Package Compare versions

Comparing version 2.0.0-8 to 2.0.0-9

dist/data_storage.js

8

dist/src/index.d.ts

@@ -1,3 +0,5 @@

import { DataStorage } from './domain/DataStorage';
declare const dataStorage: DataStorage;
export { dataStorage };
import { DataStorage } from './classes/DataStorage';
declare const _default: {
DataStorage: DataStorage;
};
export = _default;
{
"name": "@studyportals/data-storage",
"version": "2.0.0-8",
"version": "2.0.0-9",
"description": "Create a browser independent local storage solution.",
"main": "dist/data-storage.js",
"main": "dist/data_storage.js",
"types": "dist/src/index.d.ts",

@@ -7,0 +7,0 @@ "author": "StudyPortals B.V.",

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