Comparing version 2.1.2 to 2.2.0
{ | ||
"name": "bencodec", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"description": "Fast and easy to use bencode codec.", | ||
"main": "build/index.js", | ||
"main": "lib/bencodec.js", | ||
"scripts": { | ||
"build": "./node_modules/.bin/tsc", | ||
"test": "./node_modules/.bin/jest --runInBand", | ||
"lint": "./node_modules/tslint/bin/tslint ./src/**/*.ts", | ||
"test": "npm run lint && ./node_modules/.bin/jest --runInBand", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm test" | ||
"prepublishOnly": "npm run lint && npm test" | ||
}, | ||
@@ -34,8 +35,10 @@ "repository": { | ||
"ts-jest": "^25.3.1", | ||
"tslint": "^6.1.1", | ||
"typescript": "^3.8.3" | ||
}, | ||
"types": "./build/index.d.ts", | ||
"types": "./lib/bencodec.d.ts", | ||
"files": [ | ||
"build/**/*" | ||
"lib/**/*", | ||
"LICENSE.md" | ||
] | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance 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
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
4045
6
3
0
2