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

check-magic

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-magic - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

HISTORY.md
# check-magic changelog
## v0.1.1
- Bug Fixes
`check.txt` was always deleted
## v0.1.0
- Initial Release
- Initial Release

2

index.js

@@ -34,3 +34,3 @@ var fs = require('fs');

if (!this.keep && fs.existsSync(this.path)) {
if (!this.leave && fs.existsSync(this.path)) {
return fs.unlinkSync(this.path);

@@ -37,0 +37,0 @@ }

{
"name": "check-magic",
"description": "Manage your check.txt file with magic!",
"version": "0.1.0",
"version": "0.1.1",
"author": "Wizcorp, Inc. <info@wizcorp.jp>",

@@ -6,0 +6,0 @@ "dependencies": {},

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