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.1.4 to 0.1.5

0

demo/Ai.js

@@ -0,0 +0,0 @@ (function() {

2

package.json
{
"name": "jsdc",
"version": "0.1.4",
"version": "0.1.5",
"description": "transform ecmascript6 to ecmascript5",

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

@@ -985,5 +985,2 @@ var Class = require('../util/Class'),

}
if(this.look.content() == 'function') {
return this.fnexpr();
}
var prmrexpr = this.prmrexpr();

@@ -1053,2 +1050,4 @@ function goOn() {

switch(this.look.content()) {
case 'function':
return this.fnexpr();
case 'this':

@@ -1055,0 +1054,0 @@ case 'null':

@@ -0,0 +0,0 @@ var jsdc = require('../server/jsdc');

@@ -986,5 +986,2 @@ define(function(require, exports, module) {

}
if(this.look.content() == 'function') {
return this.fnexpr();
}
var prmrexpr = this.prmrexpr();

@@ -1054,2 +1051,4 @@ function goOn() {

switch(this.look.content()) {
case 'function':
return this.fnexpr();
case 'this':

@@ -1056,0 +1055,0 @@ case 'null':

Sorry, the diff of this file is too big to display

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