Socket
Socket
Sign inDemoInstall

@solana/fast-stable-stringify

Package Overview
Dependencies
Maintainers
15
Versions
595
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/fast-stable-stringify - npm Package Compare versions

Comparing version 2.0.0-preview.3.20240504202442.73bb4e39e5b8d6eef0774883f68c40881ee4f869 to 2.0.0-preview.3.20240505101739.367b8ad0cce55a916abfb0125f36b6e844333b2b

dist/index.browser.mjs

24

package.json
{
"name": "@solana/fast-stable-stringify",
"version": "2.0.0-preview.3.20240504202442.73bb4e39e5b8d6eef0774883f68c40881ee4f869",
"version": "2.0.0-preview.3.20240505101739.367b8ad0cce55a916abfb0125f36b6e844333b2b",
"description": "Deterministic stringification for when performance and bundle size matters",
"exports": {
"browser": {
"import": "./dist/index.browser.js",
"import": "./dist/index.browser.mjs",
"require": "./dist/index.browser.cjs"
},
"node": {
"import": "./dist/index.node.js",
"import": "./dist/index.node.mjs",
"require": "./dist/index.node.cjs"
},
"react-native": "./dist/index.native.js",
"react-native": "./dist/index.native.mjs",
"types": "./dist/types/index.d.ts"

@@ -19,9 +19,9 @@ },

"./dist/index.node.cjs": "./dist/index.browser.cjs",
"./dist/index.node.js": "./dist/index.browser.js"
"./dist/index.node.mjs": "./dist/index.browser.mjs"
},
"main": "./dist/index.node.cjs",
"module": "./dist/index.node.js",
"react-native": "./dist/index.native.js",
"module": "./dist/index.node.mjs",
"react-native": "./dist/index.native.mjs",
"types": "./dist/types/index.d.ts",
"type": "module",
"type": "commonjs",
"files": [

@@ -65,3 +65,3 @@ "./dist/"

"compile:js": "tsup --config build-scripts/tsup.config.package.ts",
"compile:typedefs": "tsc -p ./tsconfig.declarations.json && node ../../node_modules/@solana/build-scripts/add-js-extension-to-types.mjs",
"compile:typedefs": "tsc -p ./tsconfig.declarations.json",
"dev": "jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --rootDir . --watch",

@@ -73,5 +73,5 @@ "publish-impl": "npm view $npm_package_name@$npm_package_version > /dev/null 2>&1 || pnpm publish --tag ${PUBLISH_TAG:-preview} --access public --no-git-checks",

"test:prettier": "jest -c ../../node_modules/@solana/test-config/jest-prettier.config.ts --rootDir . --silent",
"test:treeshakability:browser": "agadoo dist/index.browser.js",
"test:treeshakability:native": "agadoo dist/index.native.js",
"test:treeshakability:node": "agadoo dist/index.node.js",
"test:treeshakability:browser": "agadoo dist/index.browser.mjs",
"test:treeshakability:native": "agadoo dist/index.native.mjs",
"test:treeshakability:node": "agadoo dist/index.node.mjs",
"test:typecheck": "tsc --noEmit",

@@ -78,0 +78,0 @@ "test:unit:browser": "jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent",

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