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

es6-templates

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-templates - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

2

bower.json
{
"name": "es6-templates",
"version": "0.0.3",
"version": "0.1.0",
"homepage": "https://github.com/square/es6-templates",

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

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

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

{
"name": "es6-templates",
"version": "0.0.3",
"version": "0.1.0",
"description": "ES6 template strings compiled to ES5.",

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

"dependencies": {
"esprima": "git://github.com/ariya/esprima.git#harmony",
"recast": "~0.5.17",
"through": "~2.3.4",
"ast-types": "^0.3.27"
"ast-types": "^0.4.9",
"esprima-fb": "^6001.1001.0-dev-harmony-fb",
"recast": "~0.7.0",
"through": "~2.3.4"
},

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

@@ -90,3 +90,3 @@ # es6-templates

[![Build Status](https://travis-ci.org/square/es6-templates.png?branch=master)](https://travis-ci.org/square/es6-templates)
[![Build Status](https://travis-ci.org/esnext/es6-templates.svg?branch=master)](https://travis-ci.org/esnext/es6-templates)

@@ -93,0 +93,0 @@ ### Setup

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