Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "jsxbin", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Convert jsx ExtendScript files into jsxbin files using ExtendScript Toolkit", | ||
@@ -14,3 +14,3 @@ "keywords": [ | ||
"bugs": "https://github.com/runegan/jsxbin/issues", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"author": "Rune Gangsø <runegan@gmail.com> (http://runegan.no)", | ||
@@ -21,3 +21,3 @@ "files": [ | ||
"src/*", | ||
"esdebugger-core/*" | ||
"esdebugger-core.tar.gz" | ||
], | ||
@@ -30,3 +30,4 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "eslint . && mocha" | ||
"test": "eslint . && mocha", | ||
"postinstall": "tar -xzf esdebugger-core.tar.gz" | ||
}, | ||
@@ -38,3 +39,2 @@ "dependencies": { | ||
"mkdirp": "^0.5.1", | ||
"tmp-promise": "^1.0.3", | ||
"winston": "^2.3.1" | ||
@@ -41,0 +41,0 @@ }, |
# jsxbin | ||
Convert jsx ExtendScript files into jsxbin files using ExtendScript Toolkit (ESTK) | ||
Convert jsx ExtendScript files into jsxbin | ||
# Example | ||
## Example | ||
@@ -19,8 +19,6 @@ ```javascript | ||
(You must have [ExtendScript Toolkit](http://www.adobe.com/products/extendscript-toolkit.html) installed for this package to work.) | ||
## Methods | ||
# Methods | ||
### jsxbin( inputPaths, [outputPath] ) | ||
## jsxbin( inputPaths, [outputPath] ) | ||
`inputPaths` can be: | ||
@@ -67,5 +65,5 @@ | ||
# From the Command Line | ||
## From the Command Line | ||
This package also ships with a `jsxbin` command. | ||
This package also includes a `jsxbin` command than can be run from the command line. | ||
@@ -78,3 +76,3 @@ ``` | ||
Converts Extendscript .jsx files into jsxbin files using ExtendScript Toolkit | ||
Converts Extendscript .jsx files into jsxbin | ||
@@ -90,3 +88,3 @@ Options | ||
# Install | ||
## Install | ||
@@ -105,4 +103,13 @@ with npm do: | ||
# Contributing | ||
## Contributing | ||
Issues and pull requests are more than welcome. Please ensure you have tests for your pull requests, and that `npm test` passes. | ||
Issues and pull requests are more than welcome! Please ensure you have tests for your pull requests, and that `npm test` passes. | ||
## License | ||
This project is licensed under the MIT License - see the LICENSE.md file for details | ||
This project includes code from the [Adobe Extendscript debugger extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=Adobe.extendscript-debug) which uses the [Apache License, Version 2.0]*(http://www.apache.org/licenses/LICENSE-2.0) | ||
## Thanks | ||
- The implemention using VSCode ES debugger from Adobe was added by [Sammarks](https://github.com/sammarks) | ||
- Thanks to [RenderTom](https://github.com/rendertom) and [Zlovatt](https://github.com/zlovatt) for additional contributions |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 9 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
5
0
111
2
5246172
9
318
1
- Removedtmp-promise@^1.0.3
- Removedbluebird@3.7.2(transitive)
- Removedrimraf@2.7.1(transitive)
- Removedtmp@0.1.0(transitive)
- Removedtmp-promise@1.1.0(transitive)