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

ahcnes

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ahcnes - npm Package Compare versions

Comparing version 0.0.45 to 0.0.46

2

package.json
{
"name": "ahcnes",
"version": "0.0.45",
"version": "0.0.46",
"description": "Productivity and performance optimization tool for building applications with Sencha Ext JS and Sencha Touch.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -35,6 +35,6 @@ /*

}
downloadUrl += 'linux-';
downloadUrl += `zip/SenchaCmd-${version}-linux-`;
if (arch === 'x64') {
downloadUrl += 'amd64';
} else if (arch == 'ia32') {
} else if (arch === 'ia32') {
downloadUrl += 'i368';

@@ -41,0 +41,0 @@ }

Sorry, the diff of this file is not supported yet

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