Comparing version 1.0.1 to 1.0.2
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 8 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
738437
26