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

@azure-tools/async-io

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure-tools/async-io - npm Package Compare versions

Comparing version 3.0.125 to 3.0.182

7

package.json
{
"name": "@azure-tools/async-io",
"version": "3.0.125",
"version": "3.0.182",
"patchOffset": 100,
"description": "Asynchronous IO (for Azure Open Source Projects)",

@@ -19,4 +20,2 @@ "main": "./dist/main.js",

"eslint": "eslint . --ext .ts",
"set-version": "node -e \"let pkg = require('./package.json'); require('child_process').exec('git rev-list --parents HEAD --count --full-history .', (o,stdout) => { const v = pkg.version.split('.'); v[v.length-1] = (parseInt(stdout.trim()) -1); const orig=JSON.stringify(pkg,null,2); pkg.version = v.join('.'); const delta = JSON.stringify(pkg,null,2 ); if( orig !== delta) require('fs').writeFileSync('./package.json',delta)})\"",
"reset-version": "node -e \"let pkg = require('./package.json'); const v = pkg.version.split('.'); v[v.length-1] = 0; const orig=JSON.stringify(pkg,null,2); pkg.version = v.join('.'); const delta = JSON.stringify(pkg,null,2 ); if( orig !== delta) require('fs').writeFileSync('./package.json',delta)\"",
"prepare": "npm run build",

@@ -54,5 +53,5 @@ "test": "npm run build && mocha dist/test --timeout 50000",

"dependencies": {
"@azure-tools/tasks": "~3.0.122",
"@azure-tools/tasks": "~3.0.182",
"proper-lockfile": "~2.0.1"
}
}
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