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

cwise-compiler

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cwise-compiler - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

0

compiler.js

@@ -0,0 +0,0 @@ "use strict"

8

lib/compile.js

@@ -29,3 +29,5 @@ "use strict"

}
code.push("var " + vars.join(","))
if (vars.length > 0) {
code.push("var " + vars.join(","))
}
//Scan loop

@@ -323,3 +325,5 @@ for(i=dimension-1; i>=0; --i) { // Start at largest stride and work your way inwards

vars = vars.concat(thisVars)
code.push("var " + vars.join(","))
if (vars.length > 0) {
code.push("var " + vars.join(","))
}
for(var i=0; i<proc.arrayArgs.length; ++i) {

@@ -326,0 +330,0 @@ code.push("p"+i+"|=0")

@@ -0,0 +0,0 @@ "use strict"

{
"name": "cwise-compiler",
"version": "1.1.2",
"version": "1.1.3",
"description": "cwise's internal compiler",

@@ -5,0 +5,0 @@ "main": "compiler.js",

@@ -0,0 +0,0 @@ cwise-compiler

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