🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@smithy/shared-ini-file-loader

Package Overview
Dependencies
Maintainers
2
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/shared-ini-file-loader - npm Package Compare versions

Comparing version
4.6.10
to
4.6.11
+27
-27
package.json
{
"name": "@smithy/shared-ini-file-loader",
"version": "4.6.10",
"dependencies": {
"@smithy/core": "^3.29.5",
"tslib": "^2.6.2"
"version": "4.6.11",
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/shared-ini-file-loader",
"license": "Apache-2.0",
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/sdk-for-javascript/"
},
"devDependencies": {
"premove": "4.0.0"
"repository": {
"type": "git",
"url": "https://github.com/smithy-lang/smithy-typescript.git",
"directory": "packages/shared-ini-file-loader"
},
"files": [
"dist-*/**"
],
"sideEffects": false,
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
"publishConfig": {
"directory": ".release/package"
},
"scripts": {

@@ -17,29 +31,15 @@ "build": "yarn g:tsc -p tsconfig.cjs.json && yarn g:tsc -p tsconfig.es.json && yarn g:tsc -p tsconfig.types.json",

},
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/sdk-for-javascript/"
"dependencies": {
"@smithy/core": "^3.29.6",
"tslib": "^2.6.2"
},
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
"engines": {
"node": ">=18.0.0"
"devDependencies": {
"premove": "4.0.0"
},
"files": [
"dist-*/**"
],
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/shared-ini-file-loader",
"repository": {
"type": "git",
"url": "https://github.com/smithy-lang/smithy-typescript.git",
"directory": "packages/shared-ini-file-loader"
},
"typedoc": {
"entryPoint": "src/index.ts"
},
"publishConfig": {
"directory": ".release/package"
"engines": {
"node": ">=18.0.0"
}
}