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

@fromdeno/cache

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fromdeno/cache - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

package.json
{
"name": "@fromdeno/cache",
"version": "0.1.4",
"version": "0.1.5",
"description": "Simple API for Deno cache.",

@@ -5,0 +5,0 @@ "type": "module",

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

export * as Path from "https://deno.land/std@0.97.0/path/mod.ts";
export * as Path from "https://deno.land/std@0.104.0/path/mod.ts";
import { Sha256 } from "https://deno.land/std@0.97.0/hash/sha256.ts";
import { Sha256 } from "https://deno.land/std@0.104.0/hash/sha256.ts";
export const sha256 = (data: string) => new Sha256().update(data).toString();
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