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

spoon

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spoon - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

1

lib/spoon/cfg.js

@@ -1045,2 +1045,3 @@ var cfg = exports,

right = this.visit(right);
right.isExternal = true;

@@ -1047,0 +1048,0 @@ var props = this.add('getprops', [ right ]),

@@ -11,2 +11,3 @@ var instruction = exports,

this.test = null;
this.isExpression = false;

@@ -13,0 +14,0 @@ this.type = type;

3

lib/spoon/renderer.js

@@ -128,3 +128,4 @@ var renderer = exports,

// result to the variable
var external = instr.uses.length > 1 ||
var external = instr.isExternal ||
instr.uses.length > 1 ||
instr.uses.length === 1 &&

@@ -131,0 +132,0 @@ instr.uses[0].block !== this.current;

{
"name": "spoon",
"version": "0.0.1",
"version": "0.0.2",
"main": "lib/spoon",

@@ -5,0 +5,0 @@ "dependencies": {

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