New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@peerbit/riblt

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peerbit/riblt - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3-e5f6c17

dist/index_bg.wasm

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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc