@azure/core-xml
Advanced tools
Comparing version 1.3.5-alpha.20240202.3 to 1.3.5-alpha.20240223.2
129
package.json
{ | ||
"name": "@azure/core-xml", | ||
"version": "1.3.5-alpha.20240202.3", | ||
"version": "1.3.5-alpha.20240223.2", | ||
"description": "Core library for interacting with XML payloads", | ||
"sdk-type": "client", | ||
"main": "dist/index.js", | ||
"module": "dist-esm/src/index.js", | ||
"browser": { | ||
"./dist-esm/src/xml.js": "./dist-esm/src/xml.browser.js" | ||
"type": "module", | ||
"main": "./dist/commonjs/index.js", | ||
"types": "./dist/commonjs/index.d.ts", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"browser": { | ||
"types": "./dist/browser/index.d.ts", | ||
"default": "./dist/browser/index.js" | ||
}, | ||
"react-native": { | ||
"types": "./dist/react-native/index.d.ts", | ||
"default": "./dist/react-native/index.js" | ||
}, | ||
"import": { | ||
"types": "./dist/esm/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/commonjs/index.d.ts", | ||
"default": "./dist/commonjs/index.js" | ||
} | ||
} | ||
}, | ||
"react-native": { | ||
"./dist/index.js": "./dist-esm/src/index.js", | ||
"./dist-esm/src/xml.js": "./dist-esm/src/xml.js" | ||
}, | ||
"types": "types/latest/core-xml.d.ts", | ||
"scripts": { | ||
"build:samples": "echo Obsolete", | ||
"build:test": "tsc -p . && dev-tool run bundle", | ||
"build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local", | ||
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"clean": "rimraf dist dist-* temp types *.tgz *.log", | ||
"execute:samples": "dev-tool samples run samples-dev", | ||
"extract-api": "tsc -p . && api-extractor run --local", | ||
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"integration-test:browser": "echo skipped", | ||
"integration-test:node": "echo skipped", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]", | ||
"lint": "eslint package.json api-extractor.json src test --ext .ts", | ||
"pack": "npm pack 2>&1", | ||
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser", | ||
"test:node": "npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node", | ||
"test": "npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test", | ||
"unit-test:browser": "karma start --single-run", | ||
"unit-test:node": "dev-tool run test:node-ts-input --no-test-proxy=true", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser" | ||
}, | ||
"files": [ | ||
"dist/", | ||
"dist-esm/src/", | ||
"types/latest/core-xml.d.ts", | ||
"README.md", | ||
@@ -61,36 +51,61 @@ "LICENSE" | ||
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", | ||
"scripts": { | ||
"build:samples": "echo Obsolete", | ||
"build:test": "npm run clean && tshy && dev-tool run build-test", | ||
"build": "npm run clean && tshy && api-extractor run --local", | ||
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log", | ||
"execute:samples": "dev-tool samples run samples-dev", | ||
"extract-api": "tshy && api-extractor run --local", | ||
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"integration-test:browser": "echo skipped", | ||
"integration-test:node": "echo skipped", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]", | ||
"lint": "eslint package.json api-extractor.json src test --ext .ts", | ||
"pack": "npm pack 2>&1", | ||
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser", | ||
"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 build-test && npm run unit-test:browser && npm run integration-test", | ||
"unit-test:browser": "npm run build:test && dev-tool run test:vitest --no-test-proxy --browser", | ||
"unit-test:node": "dev-tool run test:vitest --no-test-proxy", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.2.0", | ||
"fast-xml-parser": "^4.2.4" | ||
"tslib": "^2.6.2", | ||
"fast-xml-parser": "^4.3.2" | ||
}, | ||
"devDependencies": { | ||
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb", | ||
"@microsoft/api-extractor": "^7.31.1", | ||
"@types/chai": "^4.1.6", | ||
"@types/mocha": "^10.0.0", | ||
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb", | ||
"@microsoft/api-extractor": "^7.40.3", | ||
"@types/node": "^18.0.0", | ||
"@types/trusted-types": "^2.0.0", | ||
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb", | ||
"chai": "^4.2.0", | ||
"cross-env": "^7.0.2", | ||
"eslint": "^8.0.0", | ||
"inherits": "^2.0.3", | ||
"karma": "^6.2.0", | ||
"karma-chrome-launcher": "^3.0.0", | ||
"karma-coverage": "^2.0.0", | ||
"karma-env-preprocessor": "^0.1.1", | ||
"karma-firefox-launcher": "^1.1.0", | ||
"karma-junit-reporter": "^2.0.1", | ||
"karma-mocha": "^2.0.1", | ||
"karma-mocha-reporter": "^2.2.5", | ||
"karma-sourcemap-loader": "^0.3.8", | ||
"mocha": "^10.0.0", | ||
"rimraf": "^3.0.0", | ||
"ts-node": "^10.0.0", | ||
"@vitest/browser": "^1.3.1", | ||
"@vitest/coverage-istanbul": "^1.3.1", | ||
"eslint": "^8.56.0", | ||
"playwright": "^1.41.2", | ||
"prettier": "^3.2.5", | ||
"rimraf": "^5.0.5", | ||
"tshy": "^1.11.1", | ||
"typescript": "~5.3.3", | ||
"util": "^0.12.1" | ||
"vitest": "^1.3.1" | ||
}, | ||
"//metadata": { | ||
"migrationDate": "2023-03-08T18:36:03.000Z" | ||
}, | ||
"tshy": { | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": "./src/index.ts" | ||
}, | ||
"dialects": [ | ||
"esm", | ||
"commonjs" | ||
], | ||
"esmDialects": [ | ||
"browser", | ||
"react-native" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76662
14
57
753
Yes
1
Updatedfast-xml-parser@^4.3.2
Updatedtslib@^2.6.2