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

@phensley/espoet

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phensley/espoet - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

LICENSE

4

dist/cjs/builders.js

@@ -22,2 +22,6 @@ 'use strict';

// TODO: I don't have an immediate need for these builders but stubbed out initial versions.
// write tests, etc.
var MethodSpec = exports.MethodSpec = function (_Spec) {

@@ -24,0 +28,0 @@ _inherits(MethodSpec, _Spec);

@@ -22,2 +22,6 @@ 'use strict';

// TODO: I don't have an immediate need for these builders but stubbed out initial versions.
// write tests, etc.
var MethodSpec = exports.MethodSpec = function (_Spec) {

@@ -24,0 +28,0 @@ _inherits(MethodSpec, _Spec);

{
"name": "@phensley/espoet",
"version": "0.2.0",
"version": "0.3.0",
"description": "Ecmascript code generation API",

@@ -14,2 +14,6 @@ "main": "dist/cjs/index.js",

"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/phensley/espoet.git"
},
"bin": {},

@@ -50,2 +54,3 @@ "scripts": {

"benchmark": "^2.1.4",
"coveralls": "^3.0.0",
"eslint": "^4.15.0",

@@ -52,0 +57,0 @@ "eslint-config-recommended": "^2.0.0",

### espoet - simple api for ecmascript source code generation.
[![Build Status](https://travis-ci.org/phensley/espoet.svg?branch=master)](https://travis-ci.org/phensley/espoet)
[![Coverage Status](https://img.shields.io/coveralls/phensley/espoet.svg)](https://coveralls.io/github/phensley/espoet?branch=master)
This project grew out of work I was doing on a separate project. I needed to

@@ -20,1 +23,2 @@ generate some ES modules that would live alongside the rest of the project's

[Javapoet]: https://github.com/square/javapoet

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