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

@azure-rest/ai-document-intelligence

Package Overview
Dependencies
Maintainers
0
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure-rest/ai-document-intelligence - npm Package Compare versions

Comparing version 1.0.0-alpha.20240925.1 to 1.0.0-alpha.20240926.1

15

package.json
{
"name": "@azure-rest/ai-document-intelligence",
"version": "1.0.0-alpha.20240925.1",
"version": "1.0.0-alpha.20240926.1",
"description": "Document Intelligence Rest Client",

@@ -76,3 +76,2 @@ "engines": {

"typescript": "~5.6.2",
"tshy": "^1.11.1",
"@azure/core-util": "^1.0.0",

@@ -109,6 +108,6 @@ "@azure/identity": "^4.2.1",

"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
"build:test": "npm run clean && tshy && dev-tool run build-test",
"build": "npm run clean && tshy && mkdirp ./review && dev-tool run extract-api",
"test:node": "npm run clean && tshy && npm run unit-test:node && npm run integration-test:node",
"test": "npm run clean && tshy && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test"
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
"build": "npm run clean && dev-tool run build-package && mkdirp ./review && dev-tool run extract-api",
"test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test"
},

@@ -119,3 +118,2 @@ "exports": {

"browser": {
"source": "./src/index.ts",
"types": "./dist/browser/index.d.ts",

@@ -125,3 +123,2 @@ "default": "./dist/browser/index.js"

"react-native": {
"source": "./src/index.ts",
"types": "./dist/react-native/index.d.ts",

@@ -131,3 +128,2 @@ "default": "./dist/react-native/index.js"

"import": {
"source": "./src/index.ts",
"types": "./dist/esm/index.d.ts",

@@ -137,3 +133,2 @@ "default": "./dist/esm/index.js"

"require": {
"source": "./src/index.ts",
"types": "./dist/commonjs/index.d.ts",

@@ -140,0 +135,0 @@ "default": "./dist/commonjs/index.js"

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