@peerbit/riblt
Advanced tools
Comparing version 1.0.2 to 1.0.3-e5f6c17
112
package.json
{ | ||
"name": "@peerbit/riblt", | ||
"version": "1.0.2", | ||
"description": "Riblt", | ||
"sideEffects": false, | ||
"type": "module", | ||
"types": "./dist/riblt.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"*", | ||
"dist/*", | ||
"dist/*/index" | ||
], | ||
"src/*": [ | ||
"*", | ||
"dist/*", | ||
"dist/*/index" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
"src", | ||
"dist", | ||
"!dist/test", | ||
"!**/*.tsbuildinfo" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./dist/riblt.d.ts", | ||
"import": "./dist/riblt.js" | ||
} | ||
}, | ||
"eslintConfig": { | ||
"extends": "peerbit", | ||
"parserOptions": { | ||
"project": true, | ||
"sourceType": "module" | ||
}, | ||
"ignorePatterns": [ | ||
"!.aegir.js", | ||
"test/ts-use", | ||
"*.d.ts" | ||
] | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"benchmark": "cargo bench", | ||
"clean": "cargo clear", | ||
"build": "wasm-pack build --target web --out-dir dist && shx rm -rf ./dist/package.json", | ||
"test": "cargo test && aegir test", | ||
"lint": "cargo fmt" | ||
}, | ||
"author": "dao.xyz", | ||
"license": "MIT" | ||
"name": "@peerbit/riblt", | ||
"version": "1.0.3-e5f6c17", | ||
"description": "Riblt", | ||
"sideEffects": false, | ||
"type": "module", | ||
"types": "./dist/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"*", | ||
"dist/*", | ||
"dist/*/index" | ||
], | ||
"src/*": [ | ||
"*", | ||
"dist/*", | ||
"dist/*/index" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
"src", | ||
"dist", | ||
"!dist/test", | ||
"!**/*.tsbuildinfo" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js" | ||
} | ||
}, | ||
"eslintConfig": { | ||
"extends": "peerbit", | ||
"parserOptions": { | ||
"project": true, | ||
"sourceType": "module" | ||
}, | ||
"ignorePatterns": [ | ||
"!.aegir.js", | ||
"test/ts-use", | ||
"*.d.ts" | ||
] | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"benchmark": "cargo bench", | ||
"clean": "cargo clear", | ||
"build": "wasm-pack build --target web --out-dir dist --out-name index && shx rm -rf ./dist/.gitignore && shx rm -rf ./dist/package.json", | ||
"test": "cargo test && aegir test", | ||
"lint": "cargo fmt" | ||
}, | ||
"author": "dao.xyz", | ||
"license": "MIT" | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
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
146078
15
512
2
2