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.7.0 to 0.8.0

2

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

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

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

@@ -15,12 +15,12 @@ "main": "lib/index.js",

"dependencies": {
"ast-types": "^0.4.2",
"ast-util": "^0.3.1",
"ast-types": "^0.4.9",
"ast-util": "^0.4.1",
"esprima-fb": "^6001.1001.0-dev-harmony-fb",
"recast": "^0.6.2",
"through": "~2.3.4"
"recast": "^0.7.2",
"through": "~2.3.6"
},
"devDependencies": {
"example-runner": "0.1.0",
"example-runner": "0.2.0",
"es6-rest-params": "^0.1.0",
"es6-default-params": "0.0.1"
"es6-default-params": "0.2.0"
},

@@ -27,0 +27,0 @@ "scripts": {

@@ -7,2 +7,4 @@ class Obj {

new Obj();
assert.doesNotThrow(function() {
new Obj();
});

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