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

async-source

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-source - npm Package Compare versions

Comparing version 1.1.2 to 1.1.4

5

package.json
{
"name": "async-source",
"version": "1.1.2",
"version": "1.1.4",
"description": "async requests wrapper",

@@ -10,3 +10,2 @@ "main": "dist/index.min.js",

"build": "tsc --project tsconfig.json && uglifyjs ./dist/index.js -o ./dist/index.min.js --source-map",
"publish": "npm publish --registry https://registry.npmjs.org",
"publish-patch": "npm test && npm run build && npm version patch && git push && npm publish --registry https://registry.npmjs.org",

@@ -42,4 +41,4 @@ "publish-minor": "npm test && npm run build && npm version minor && git push && npm publish --registry https://registry.npmjs.org",

"devDependencies": {
"uglify-js": "^3.14.3"
"uglify-js": "3.14.3"
}
}
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