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

@dhis2/app-service-offline

Package Overview
Dependencies
Maintainers
15
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2/app-service-offline - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

build/cjs/lib/__tests__/clear-sensitive-caches.test.js

10

build/cjs/index.js

@@ -36,2 +36,8 @@ "use strict";

});
Object.defineProperty(exports, "clearSensitiveCaches", {
enumerable: true,
get: function () {
return _clearSensitiveCaches.clearSensitiveCaches;
}
});

@@ -44,2 +50,4 @@ var _offlineProvider = require("./lib/offline-provider");

var _onlineStatus = require("./lib/online-status");
var _onlineStatus = require("./lib/online-status");
var _clearSensitiveCaches = require("./lib/clear-sensitive-caches");

3

build/es/index.js
export { OfflineProvider } from './lib/offline-provider';
export { CacheableSection, useCacheableSection } from './lib/cacheable-section';
export { useCachedSections } from './lib/cacheable-section-state';
export { useOnlineStatus } from './lib/online-status';
export { useOnlineStatus } from './lib/online-status';
export { clearSensitiveCaches } from './lib/clear-sensitive-caches';

@@ -5,1 +5,2 @@ export { OfflineProvider } from './lib/offline-provider';

export { useOnlineStatus } from './lib/online-status';
export { clearSensitiveCaches } from './lib/clear-sensitive-caches';
{
"name": "@dhis2/app-service-offline",
"description": "A runtime service for online/offline detection and offline caching",
"version": "3.1.0",
"version": "3.2.0",
"main": "./build/cjs/index.js",

@@ -36,3 +36,3 @@ "module": "./build/es/index.js",

"peerDependencies": {
"@dhis2/app-service-alerts": "3.1.0",
"@dhis2/app-service-alerts": "3.2.0",
"prop-types": "^15.7.2",

@@ -39,0 +39,0 @@ "react": "^16.8.6",

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