Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@smithy/core

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/core - npm Package Compare versions

Comparing version 2.3.2 to 2.4.0

cbor.js

22

package.json
{
"name": "@smithy/core",
"version": "2.3.2",
"version": "2.4.0",
"scripts": {

@@ -14,3 +14,4 @@ "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",

"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
"test": "yarn g:jest"
"test": "yarn g:jest --maxWorkers=1",
"test:cbor:perf": "node ./scripts/cbor-perf.mjs"
},

@@ -33,2 +34,9 @@ "main": "./dist-cjs/index.js",

"require": "./package.json"
},
"./cbor": {
"module": "./dist-es/submodules/cbor/index.js",
"node": "./dist-cjs/submodules/cbor/index.js",
"import": "./dist-es/submodules/cbor/index.js",
"require": "./dist-cjs/submodules/cbor/index.js",
"types": "./dist-types/submodules/cbor/index.d.ts"
}

@@ -44,8 +52,10 @@ },

"@smithy/middleware-endpoint": "^3.1.0",
"@smithy/middleware-retry": "^3.0.14",
"@smithy/middleware-retry": "^3.0.15",
"@smithy/middleware-serde": "^3.0.3",
"@smithy/protocol-http": "^4.1.0",
"@smithy/smithy-client": "^3.1.12",
"@smithy/smithy-client": "^3.2.0",
"@smithy/types": "^3.3.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-middleware": "^3.0.3",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"

@@ -64,3 +74,4 @@ },

"files": [
"dist-*/**"
"dist-*/**",
"./cbor.js"
],

@@ -77,2 +88,3 @@ "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/core",

"downlevel-dts": "0.10.1",
"json-bigint": "^1.0.0",
"rimraf": "3.0.2",

@@ -79,0 +91,0 @@ "typedoc": "0.23.23"

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