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

es6-default-params

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-default-params - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

2

bower.json
{
"name": "es6-default-params",
"version": "0.0.2",
"version": "0.1.0",
"homepage": "https://github.com/square/es6-default-params",

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

@@ -6,3 +6,3 @@ /* jshint undef:true, unused:true, node:true */

var esprima = require('esprima');
var esprima = require('esprima-fb');
var recast = require('recast');

@@ -9,0 +9,0 @@ var types = recast.types;

{
"name": "es6-default-params",
"version": "0.0.2",
"version": "0.1.0",
"description": "Function default parameters compiled to ES5.",

@@ -14,7 +14,7 @@ "main": "lib/index.js",

"dependencies": {
"esprima": "git://github.com/ariya/esprima.git#harmony",
"ast-types": "^0.3.23",
"es6-arrow-function": "^0.3.0",
"esprima-fb": "^6001.1001.0-dev-harmony-fb",
"recast": "^0.5.13",
"ast-types": "^0.3.23",
"through": "~2.3.4",
"es6-arrow-function": "^0.3.0"
"through": "~2.3.4"
},

@@ -21,0 +21,0 @@ "devDependencies": {

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