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

@bangle.dev/disk

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bangle.dev/disk - npm Package Compare versions

Comparing version 0.30.0-alpha.0 to 0.30.0-alpha.1

20

package.json
{
"name": "@bangle.dev/disk",
"version": "0.30.0-alpha.0",
"version": "0.30.0-alpha.1",
"homepage": "https://bangle.dev",

@@ -15,6 +15,2 @@ "authors": [

"module": "dist/index.js",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"license": "MIT",

@@ -32,3 +28,7 @@ "repository": {

"module": "dist/index.js",
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},

@@ -43,9 +43,13 @@ "scripts": {

"dependencies": {
"@bangle.dev/utils": "0.30.0-alpha.0",
"@bangle.dev/utils": "0.30.0-alpha.1",
"@types/jest": "^27.5.2"
},
"devDependencies": {
"@bangle.dev/pm": "0.30.0-alpha.0"
"@bangle.dev/pm": "0.30.0-alpha.1"
},
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"types": "dist/index.d.ts"
}
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