Socket
Socket
Sign inDemoInstall

@bemoje/node-lib-template

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

dist/node-lib-template.esm.js

9

package.json
{
"name": "@bemoje/node-lib-template",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node library template package with full ESM support. All features available as npm scripts: Jest testing. Rollup build. Rename package - affecting all relevant files. Readme generator. Markdown and HTML API-documentation. Npm publish and version bumping. Github repository create, delete and commit. Jsdoc block comment description triggers package description updates. Package keyword-extraction from block comments in source code.",

@@ -16,2 +16,3 @@ "main": "dist/node-lib-template.umd.js",

"scripts": {
"start": "node -r esm src/node-lib-template.js",
"test": "jest",

@@ -33,5 +34,5 @@ "example": "node -r esm examples/node-lib-template.example.js",

"build": "npm run test && npm run bench && npm run rollup && npm run docs && npm run description && npm run keywords && npm run readme",
"git-commit": "npm run repo gitCommit",
"commit": "npm run repo gitCommit",
"git-delete": "rimraf .git && bash scripts/github-delete.sh bemoje bemoje-node-lib-template",
"git-create": "npm run repo gitCreate",
"git-create": "rimraf .git && npm run repo gitCreate",
"publish": "npm run repo npmPublish"

@@ -52,3 +53,3 @@ },

"babel-core": "^6.26.3",
"babel-jest": "^25.4.0",
"babel-jest": "^25.5.1",
"babel-preset-env": "^1.7.0",

@@ -55,0 +56,0 @@ "documentation": "^12.3.0",

@@ -38,2 +38,3 @@ # @bemoje/node-lib-template

```javascript
import nodeLibTemplate from '@bemoje/node-lib-template'

@@ -55,4 +56,24 @@

## API
### nodeLibTemplate
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
#### Table of Contents
- [nodeLibTemplate][1]
- [Parameters][2]
- [theCallback][3]
- [Parameters][4]
- [Addable][5]
- [Parameters][6]
- [add][7]
- [Parameters][8]
## nodeLibTemplate
Node library template package with full ESM support. All features available as npm scripts: Jest testing. Rollup build. Rename package - affecting all relevant files. Readme generator. Markdown and HTML API-documentation. Npm publish and version bumping. Github repository create, delete and commit. Jsdoc block comment description triggers package description updates. Package keyword-extraction from block comments in source code.

@@ -68,4 +89,3 @@

##### Returns
**void**
Returns **void**

@@ -82,4 +102,3 @@ ## theCallback

##### Returns
**void**
Returns **void**

@@ -106,4 +125,3 @@ ## Addable

##### Returns
**[Addable][13]**
Returns **[Addable][13]**

@@ -110,0 +128,0 @@ [1]: #nodelibtemplate

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc