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

innosetup-compiler

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

innosetup-compiler - npm Package Compare versions

Comparing version 5.5.62 to 5.6.1

bin/Languages/Armenian.islu

4

bin/license.txt

@@ -7,4 +7,4 @@ Inno Setup License

Copyright (C) 1997-2015 Jordan Russell. All rights reserved.
Portions Copyright (C) 2000-2015 Martijn Laan. All rights reserved.
Copyright (C) 1997-2018 Jordan Russell. All rights reserved.
Portions Copyright (C) 2000-2018 Martijn Laan. All rights reserved.

@@ -11,0 +11,0 @@ This software is provided "as-is," without any express or implied warranty.

@@ -0,0 +0,0 @@ /*

@@ -33,3 +33,7 @@ 'use strict';

var val = options[key];
args.push('/' + key + val);
if(/^D/.test(key)) {
args.push('/' + key + '=' + val);
} else {
args.push('/' + key + val);
}
});

@@ -36,0 +40,0 @@ }

{
"name": "innosetup-compiler",
"version": "5.5.62",
"version": "5.6.1",
"description": "Node wrapper to compile inno setup scripts (.iss)",

@@ -42,2 +42,2 @@ "main": "lib/iscc.js",

]
}
}

@@ -20,3 +20,3 @@ node-innosetup-compiler

If you get the following error `err:macdrv:process_attach Failed to start Cocoa app main loop`,
you main need to update wine to a more recent version (devel)
you may need to update wine to a more recent version (devel)
```

@@ -144,2 +144,2 @@ brew install wine --devel

Thanks to Jordan Russell and Martijn Laan for their amazing work on Inno Setup
Thanks to Jordan Russell and Martijn Laan for their amazing work on Inno Setup

@@ -0,0 +0,0 @@ 'use strict';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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