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.11 to 0.4.12

4

package.json
{
"name": "jsdc",
"version": "0.4.11",
"version": "0.4.12",
"description": "compiler ecmascript6 to ecmascript5",

@@ -45,3 +45,3 @@ "maintainers": [

"ecmascript5",
"es6toes6",
"es6toes5",
"transform",

@@ -48,0 +48,0 @@ "compiler"

Javascript Downcast
====
compiler ecmascript6 to ecmascript5
> compiler ecmascript6 to ecmascript5

@@ -64,2 +64,6 @@ [![NPM version](https://badge.fury.io/js/jsdc.png)](https://npmjs.org/package/jsdc)

## Tools
* 命令行版工具:https://github.com/xudafeng/jsdc-cli
* gulp插件:https://github.com/army8735/gulp-jsdc
## License

@@ -821,2 +825,2 @@ [MIT License]

var b;var a;!function(){var _0= [1, 2, 3];a=_0[0];b=_0.slice(1)}()
```
```

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

self.jsdc.append(temp + '.default:' + temp);
self.jsdc.append('}()');
self.jsdc.append('}();');
}

@@ -52,0 +52,0 @@ //import ids from "string",import {ids} from "string"

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

else if(content == ',') {
this.rest.comma (node);
this.rest.comma(node);
}

@@ -178,0 +178,0 @@ else if(token.type() == Token.TEMPLATE) {

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

self.jsdc.append(temp + '.default:' + temp);
self.jsdc.append('}()');
self.jsdc.append('}();');
}

@@ -53,0 +53,0 @@ //import ids from "string",import {ids} from "string"

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