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 1.3.0 to 1.3.1

2

package.json
{
"name": "jsxbin",
"version": "1.3.0",
"version": "1.3.1",
"description": "Convert jsx ExtendScript files into jsxbin files using ExtendScript Toolkit",

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

@@ -11,5 +11,4 @@ const path = require( 'path' )

pathsToCreate.map( createDir )
return Promise.all( pathsToCreate )
const promises = pathsToCreate.map( createDir )
return Promise.all( promises )
}

@@ -16,0 +15,0 @@

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