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

filey

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filey - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/magic.js

@@ -15,5 +15,5 @@ "use strict";

});
console.log('fooooo', this.magdir.length);
}
test(buf) {
console.log(this.magdir);
return buf.length == 222 ? null : null;

@@ -20,0 +20,0 @@ }

{
"name": "filey",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -25,8 +25,9 @@ import { readdirSync, readFileSync } from 'fs';

});
console.log(this.magdir.length);
}
test(buf: Uint8Array): string | null {
console.log(this.magdir);
return buf.length == 222 ? null : null;
}
}

Sorry, the diff of this file is not supported yet

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