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

jsxbin

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsxbin - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

esdebugger-core.tar.gz

10

package.json
{
"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
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