Socket
Socket
Sign inDemoInstall

@azure/ms-rest-js

Package Overview
Dependencies
Maintainers
6
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/ms-rest-js - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

32

package.json

@@ -8,3 +8,3 @@ {

},
"version": "1.2.2",
"version": "1.2.3",
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",

@@ -60,3 +60,3 @@ "tags": [

"devDependencies": {
"@ts-common/azure-js-dev-tools": "^0.1.3",
"@ts-common/azure-js-dev-tools": "^0.4.8",
"@types/chai": "^4.1.7",

@@ -75,2 +75,3 @@ "@types/express": "^4.16.0",

"@types/xml2js": "^0.4.3",
"@types/yargs": "^12.0.1",
"abortcontroller-polyfill": "^1.1.9",

@@ -82,3 +83,7 @@ "chai": "^4.2.0",

"mocha-chrome": "^1.1.0",
"mocha-junit-reporter": "^1.18.0",
"mocha-multi-reporters": "^1.1.7",
"npm-run-all": "^4.1.5",
"nyc": "^13.1.0",
"opn-cli": "^4.0.0",
"rollup": "^0.67.3",

@@ -102,2 +107,3 @@ "rollup-plugin-alias": "^1.4.0",

"webpack-dev-middleware": "^3.1.2",
"yargs": "^12.0.5",
"yarn": "^1.6.0"

@@ -124,8 +130,26 @@ },

"test:server": "ts-node -T testserver",
"test:coverage": "npm run test && opn coverage/index.html",
"publish-preview": "mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish",
"local": "npm explore @ts-common/azure-js-dev-tools -- npm run local",
"latest": "npm explore @ts-common/azure-js-dev-tools -- npm run latest",
"prepack": "npm i && npm run build"
"prepack": "npm i && npm run build",
"check:packagejsonversion": "ts-node ./.scripts/checkPackageJsonVersion.ts"
},
"sideEffects": false
"sideEffects": false,
"nyc": {
"extension": [
".ts"
],
"exclude": [
"coverage/**/*",
"**/*.d.ts",
"**/*.js"
],
"reporter": [
"text",
"html",
"cobertura"
],
"all": true
}
}
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