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

@suspensive/cache

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@suspensive/cache - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

dist/Cache.cjs

12

dist/index.d.ts

@@ -1,3 +0,9 @@

declare const test = "test";
export { test };
export { Cache } from './Cache.js';
export { useCache } from './useCache.js';
export { cacheOptions } from './cacheOptions.js';
export { CacheStore } from './CacheStore.js';
export { CacheStoreProvider } from './CacheStoreProvider.js';
export { useCacheStore } from './useCacheStore.js';
import 'react/jsx-runtime';
import './types.js';
import 'react';
"use client"
// src/index.ts
var test = "test";
import {
Cache
} from "./chunk-ZQY34GOT.js";
import {
CacheStore
} from "./chunk-KPMQITEL.js";
import {
CacheStoreProvider
} from "./chunk-JVEIDWQ2.js";
import {
cacheOptions
} from "./chunk-RYZ2WLOI.js";
import {
useCache
} from "./chunk-C6JFWLDA.js";
import {
useCacheStore
} from "./chunk-FFFIOY4B.js";
import "./chunk-J4LYH5KM.js";
import "./chunk-QETBZSG5.js";
export {
test
Cache,
CacheStore,
CacheStoreProvider,
cacheOptions,
useCache,
useCacheStore
};
//# sourceMappingURL=index.js.map
{
"name": "@suspensive/cache",
"version": "0.0.0",
"version": "0.1.0",
"description": "Useful interfaces for React Suspense",

@@ -47,4 +47,4 @@ "keywords": [

"@suspensive/test-utils": "0.0.0",
"@suspensive/react": "2.6.2",
"@suspensive/tsconfig": "0.0.0-development",
"@suspensive/react": "2.6.1",
"@suspensive/tsup": "0.0.0"

@@ -51,0 +51,0 @@ },

@@ -1,1 +0,6 @@

export const test = 'test'
export { Cache } from './Cache'
export { useCache } from './useCache'
export { cacheOptions } from './cacheOptions'
export { CacheStore } from './CacheStore'
export { CacheStoreProvider } from './CacheStoreProvider'
export { useCacheStore } from './useCacheStore'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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