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.1 to 1.0.2

22

package.json
{
"name": "@peerbit/riblt",
"version": "1.0.1",
"version": "1.0.2",
"description": "Riblt",
"sideEffects": false,
"type": "module",
"types": "./pkg/riblt.d.ts",
"types": "./dist/riblt.d.ts",
"typesVersions": {

@@ -12,9 +12,9 @@ "*": {

"*",
"pkg/*",
"pkg/*/index"
"dist/*",
"dist/*/index"
],
"src/*": [
"*",
"pkg/*",
"pkg/*/index"
"dist/*",
"dist/*/index"
]

@@ -25,4 +25,4 @@ }

"src",
"pkg",
"!pkg/test",
"dist",
"!dist/test",
"!**/*.tsbuildinfo"

@@ -32,4 +32,4 @@ ],

".": {
"types": "./pkg/riblt.d.ts",
"import": "./pkg/riblt.js"
"types": "./dist/riblt.d.ts",
"import": "./dist/riblt.js"
}

@@ -55,3 +55,3 @@ },

"clean": "cargo clear",
"build": "wasm-pack build --target web && shx rm -rf ./pkg/package.json",
"build": "wasm-pack build --target web --out-dir dist && shx rm -rf ./dist/package.json",
"test": "cargo test && aegir test",

@@ -58,0 +58,0 @@ "lint": "cargo fmt"

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