New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generator-js-module

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

generator-js-module - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

app/index.js

@@ -42,2 +42,11 @@ const Generator = require('yeoman-generator')

const move = (from, to) => {
this.fs.move(this.destinationPath(from), this.destinationPath(to))
}
move('babelrc', '.babelrc')
move('editorconfig', '.editorconfig')
move('gitignore', '.gitignore')
move('travis.yml', '.travis.yml')
this.npmInstall()

@@ -44,0 +53,0 @@ })

4

package.json
{
"name": "generator-js-module",
"version": "1.0.0",
"description": "Yeoman generator for JavaScript Module",
"version": "1.0.1",
"description": "Yeoman generator for JavaScript Modules",
"files": [

@@ -6,0 +6,0 @@ "app"

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