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

botbuilder-azure-blobs

Package Overview
Dependencies
Maintainers
1
Versions
451
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder-azure-blobs - npm Package Compare versions

Comparing version 4.12.0-dev.20201109.708bc57 to 4.12.0-dev-preview.20201112.60e5e9fc1086

_ts3.4/lib/assert.d.ts

15

package.json

@@ -5,3 +5,4 @@ {

"description": "BotBuilder storage bindings for Azure Blobs services",
"version": "4.12.0-dev.20201109.708bc57",
"version": "4.12.0-dev-preview.20201112.60e5e9fc1086",
"preview": true,
"license": "MIT",

@@ -32,3 +33,3 @@ "keywords": [

"@azure/storage-blob": "^12.2.1",
"botbuilder-core": "4.12.0-dev.20201109.708bc57",
"botbuilder-core": "4.12.0-dev-20201112.60e5e9fc1086",
"get-stream": "^6.0.0",

@@ -39,3 +40,3 @@ "p-map": "^4.0.0"

"@microsoft/api-extractor": "^7.10.4",
"downlevel-dts": "^0.6.0",
"downlevel-dts": "^0.7.0",
"mocha": "^8.1.3",

@@ -46,16 +47,16 @@ "nyc": "^15.1.0",

"typedoc": "^0.19.2",
"typescript": "^4.0.3"
"typescript": "^4.0.5"
},
"scripts": {
"test": "npm run build && nyc mocha --check-leaks tests",
"test": "yarn build && nyc mocha --check-leaks tests",
"build": "tsc -b",
"postbuild": "downlevel-dts lib _ts3.4/lib",
"build-docs": "typedoc --theme markdown --entryPoint botbuilder-azure-blobs --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder-azure-blobs .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - Azure Blobs\" --readme none",
"set-version": "npm version --allow-same-version ${Version}",
"test:compat": "api-extractor run --verbose"
},
"files": [
"_ts3.4",
"lib",
"src"
]
}
}
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