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

jsdc

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdc - npm Package Compare versions

Comparing version 0.4.7 to 0.4.8

2

package.json
{
"name": "jsdc",
"version": "0.4.7",
"version": "0.4.8",
"description": "compiler ecmascript6 to ecmascript5",

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

@@ -100,8 +100,9 @@ var homunculus = require('homunculus');

else {
this.jsdc.appendBefore('Object.prototype.toString.call(');
this.jsdc.appendBefore(o.value);
this.jsdc.appendBefore(')=="[object String]"?');
this.jsdc.appendBefore(o.value);
this.jsdc.appendBefore('.split(""):');
this.jsdc.appendBefore(o.value);
this.jsdc.appendBefore('function(){var ');
var temp = this.jsdc.uid();
var temp2 = this.jsdc.uid();
this.jsdc.appendBefore(temp);
this.jsdc.appendBefore('=[],' + temp2);
this.jsdc.appendBefore(';while(!' + temp2 + '=' + o.value + '.next().done)');
this.jsdc.appendBefore(temp + '.push(' + temp2 + '.value)}()');
}

@@ -108,0 +109,0 @@ this.jsdc.appendBefore(')');

@@ -101,8 +101,9 @@ define(function(require, exports, module) {

else {
this.jsdc.appendBefore('Object.prototype.toString.call(');
this.jsdc.appendBefore(o.value);
this.jsdc.appendBefore(')=="[object String]"?');
this.jsdc.appendBefore(o.value);
this.jsdc.appendBefore('.split(""):');
this.jsdc.appendBefore(o.value);
this.jsdc.appendBefore('function(){var ');
var temp = this.jsdc.uid();
var temp2 = this.jsdc.uid();
this.jsdc.appendBefore(temp);
this.jsdc.appendBefore('=[],' + temp2);
this.jsdc.appendBefore(';while(!' + temp2 + '=' + o.value + '.next().done)');
this.jsdc.appendBefore(temp + '.push(' + temp2 + '.value)}()');
}

@@ -109,0 +110,0 @@ this.jsdc.appendBefore(')');

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