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

@callstack-io/generator-node-module

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@callstack-io/generator-node-module - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

app/templates/editorconfig

1

app/index.js

@@ -62,2 +62,3 @@ /**

mv('eslintignore', '.eslintignore');
mv('editorconfig', '.editorconfig');
mv('flowconfig', '.flowconfig');

@@ -64,0 +65,0 @@ mv('_package.json', 'package.json');

@@ -5,2 +5,4 @@ # <%= repoName %>

<a title="Join on Slack" href="slack.callstack.io"><img src="https://slack.callstack.io/badge.svg" /></a>
## Install

@@ -7,0 +9,0 @@

2

package.json
{
"name": "@callstack-io/generator-node-module",
"version": "1.0.2",
"version": "1.1.0",
"description": "Scaffold out a node module",

@@ -5,0 +5,0 @@ "license": "MIT",

@callstack-io/generator-node-module
===========
<a title="Join on Slack" href="slack.callstack.io"><img src="https://slack.callstack.io/badge.svg" /></a>
A [Yeoman](http://yeoman.io/) generator to author libraries in ES2015 (and beyond!) for Node.

@@ -14,2 +16,4 @@

- [Husky](https://github.com/typicode/husky) and [lint-staged](https://github.com/okonet/lint-staged) to test changes before pushing
- MIT license and Code of conduct
- Github issues template

@@ -16,0 +20,0 @@ This is what we use at [Callstack.io](callstack.io) for various projects, including [Haul](https://github.com/callstack-io/haul).

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