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

@zenfs/core

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zenfs/core - npm Package Compare versions

Comparing version 0.7.8 to 0.7.10

6

package.json
{
"name": "@zenfs/core",
"version": "0.7.8",
"version": "0.7.10",
"description": "A filesystem in your browser",

@@ -66,4 +66,4 @@ "main": "dist/index.js",

"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"cross-env": "^7.0.3",

@@ -70,0 +70,0 @@ "esbuild": "^0.17.18",

@@ -43,3 +43,3 @@ #!/usr/bin/env node

const config = {
entryPoints: [entry],
entryPoints: [entry || 'src/index.ts'],
target: 'esnext',

@@ -46,0 +46,0 @@ globalName,

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