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

@atlaspack/cache

Package Overview
Dependencies
Maintainers
0
Versions
302
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaspack/cache - npm Package Compare versions

Comparing version 2.12.1-canary.3618 to 2.12.1-canary.3619

5

index.d.ts

@@ -5,2 +5,3 @@ import type {FilePath} from '@atlaspack/types';

export type {Cache} from './lib/types';
export const FSCache: {

@@ -13,1 +14,5 @@ new (cacheDir: FilePath): Cache;

};
export const LMDBLiteCache: {
new (cacheDir: FilePath): Cache;
};

14

package.json
{
"name": "@atlaspack/cache",
"description": "Interface for defining caches and file-system, IDB and LMDB implementations.",
"version": "2.12.1-canary.3618+58c4cc88d",
"version": "2.12.1-canary.3619+cc4ac3988",
"license": "(MIT OR Apache-2.0)",

@@ -25,7 +25,7 @@ "publishConfig": {

"dependencies": {
"@atlaspack/build-cache": "2.12.1-canary.3618+58c4cc88d",
"@atlaspack/fs": "2.12.1-canary.3618+58c4cc88d",
"@atlaspack/logger": "2.12.1-canary.3618+58c4cc88d",
"@atlaspack/rust": "2.12.1-canary.3618+58c4cc88d",
"@atlaspack/utils": "2.12.1-canary.3618+58c4cc88d",
"@atlaspack/build-cache": "2.12.1-canary.3619+cc4ac3988",
"@atlaspack/fs": "2.12.1-canary.3619+cc4ac3988",
"@atlaspack/logger": "2.12.1-canary.3619+cc4ac3988",
"@atlaspack/rust": "2.12.1-canary.3619+cc4ac3988",
"@atlaspack/utils": "2.12.1-canary.3619+cc4ac3988",
"lmdb": "2.8.5"

@@ -40,3 +40,3 @@ },

},
"gitHead": "58c4cc88d16f7c24ab8c88fce52910347d0455c2"
"gitHead": "cc4ac39887446fbd8e54a8abb0220f56147e4aea"
}
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