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.9 to 0.4.10

2

package.json
{
"name": "jsdc",
"version": "0.4.9",
"version": "0.4.10",
"description": "compiler ecmascript6 to ecmascript5",

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

@@ -126,3 +126,3 @@ var homunculus = require('homunculus');

this.jsdc.append(temp + '.push(' + temp2 + '.value' + ')');
this.jsdc.append('return ' + temp + '}())');
this.jsdc.append(';return ' + temp + '}())');
if(o.needTemp) {

@@ -129,0 +129,0 @@ //主表达式中含有生成的对象,不是直接引用

@@ -127,3 +127,3 @@ define(function(require, exports, module) {

this.jsdc.append(temp + '.push(' + temp2 + '.value' + ')');
this.jsdc.append('return ' + temp + '}())');
this.jsdc.append(';return ' + temp + '}())');
if(o.needTemp) {

@@ -130,0 +130,0 @@ //主表达式中含有生成的对象,不是直接引用

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