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

f-box-core

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

f-box-core - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

11

package.json
{
"name": "f-box-core",
"version": "0.1.0",
"version": "0.1.1",
"description": "Put your data in a box, and suddenly it's easier to handle, transform, and use however you need.",

@@ -24,3 +24,8 @@ "type": "module",

"test": "vitest",
"coverage": "vitest run --coverage"
"coverage": "vitest run --coverage",
"version:patch": "npm version patch",
"version:minor": "npm version minor",
"version:major": "npm version major",
"publish:public": "npm publish --access public",
"prepare": "npm run build"
},

@@ -37,3 +42,3 @@ "keywords": [

"type": "git",
"url": "https://github.com/yourname/f-box"
"url": "https://github.com/KentaroMorishita/f-box-core"
},

@@ -40,0 +45,0 @@ "devDependencies": {

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