Comparing version 0.0.4 to 0.0.5
@@ -0,3 +1,7 @@ | ||
# Version 0.0.5 | ||
Add typings. | ||
# Version 0.0.4 | ||
Add encodings support. | ||
Add encodings support. |
{ | ||
"name": "bencoder", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "bencode encoder/decoder written in TypeScript", | ||
"main": "./out/bencoder.js", | ||
"typings": "./bencoder.d.ts", | ||
"scripts": { | ||
"pretest": "tsc -p .", | ||
"pretest": "tsc", | ||
"test": "mocha ./out/test" | ||
@@ -9,0 +10,0 @@ }, |
@@ -7,3 +7,8 @@ { | ||
"outDir": "./out" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"bencoder.ts", | ||
"typings/index.d.ts", | ||
"test/test.ts" | ||
] | ||
} |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
3422
0
423571