@stablelib/bytewriter
Advanced tools
Comparing version
{ | ||
"name": "@stablelib/bytewriter", | ||
"version": "0.2.5", | ||
"version": "0.5.0", | ||
"description": "Byte writer", | ||
"main": "./dist/bytewriter.js", | ||
"typings": "./dist/bytewriter.d.ts", | ||
"main": "./lib/bytewriter.js", | ||
"typings": "./lib/bytewriter.d.ts", | ||
"author": "Dmitry Chestnykh", | ||
@@ -15,12 +15,12 @@ "license": "MIT", | ||
"test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json", | ||
"bench": "node ./dist/bytewriter.bench.js" | ||
"bench": "node ./lib/bytewriter.bench.js" | ||
}, | ||
"dependencies": { | ||
"@stablelib/binary": "^0.2.5", | ||
"@stablelib/int": "^0.2.5", | ||
"@stablelib/wipe": "^0.2.5" | ||
"@stablelib/binary": "^0.5.0", | ||
"@stablelib/int": "^0.5.0", | ||
"@stablelib/wipe": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@stablelib/benchmark": "^0.2.5" | ||
"@stablelib/benchmark": "^0.5.0" | ||
} | ||
} |
@@ -7,2 +7,3 @@ { | ||
"noUnusedParameters": true, | ||
"noImplicitReturns": true, | ||
"noUnusedLocals": true, | ||
@@ -15,3 +16,3 @@ "removeComments": false, | ||
"declaration": true, | ||
"outDir": "dist", | ||
"outDir": "lib", | ||
"lib": [ | ||
@@ -26,4 +27,4 @@ "es5", | ||
"node_modules", | ||
"dist" | ||
"lib" | ||
] | ||
} |
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
33397
0.09%621
0.16%1
Infinity%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated
Updated