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

es6-class

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-class - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

2

bower.json
{
"name": "es6-class",
"version": "0.9.2",
"version": "0.9.3",
"homepage": "https://github.com/square/es6-class",

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

@@ -76,8 +76,10 @@ /* jshint node:true, undef:true, unused:true */

// into a variable at the same scope as the original class.
return b.variableDeclaration(
'var',
[b.variableDeclarator(
node.id,
generateClassDefinitionExpression.call(path, path.value)
)]
path.replace(
b.variableDeclaration(
'var',
[b.variableDeclarator(
node.id,
generateClassDefinitionExpression.call(path, path.value)
)]
)
);

@@ -424,3 +426,3 @@ },

*/
return transform(b.callExpression(
return b.callExpression(
b.functionExpression(

@@ -433,3 +435,3 @@ null,

superClassId ? [node.superClass] : []
));
);
}

@@ -436,0 +438,0 @@

{
"name": "es6-class",
"version": "0.9.2",
"version": "0.9.3",
"description": "ES6 classes compiled to ES5.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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