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

geni

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

geni - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

geni.js

@@ -59,4 +59,4 @@ 'use strict';

return options;
}
}
}
}

@@ -63,0 +63,0 @@ try {

{
"name": "geni",
"version": "0.1.1",
"version": "0.1.2",
"description": "geni is a script generator based in templates and json data.",
"repository": {
"type": "git",
"url": "git+https://github.com/armand1m/geni.git"
},
"main": "geni.js",

@@ -6,0 +10,0 @@ "scripts": {

# Geni
[ ![Codeship Status for armand1m/geni](https://codeship.com/projects/24b63820-d8c9-0133-1290-5af0912547e0/status?branch=master)](https://codeship.com/projects/143334)
Generator based in templates and json data.
[Geni Sample](http://github.com/armand1m/geni-sample)
## Usage

@@ -40,4 +44,4 @@

data: [
{ key: "123" },
{ key: "321" },
{ key: "123" },
{ key: "321" },
]

@@ -44,0 +48,0 @@ };

@@ -43,3 +43,3 @@ const fs = require('fs');

done();
done();
});

@@ -143,3 +143,3 @@

instance.generate(options);
expect(fs.accessSync.bind(fs, options.result, fs.F_OK | fs.R_OK)).not.to.throw(Error);

@@ -260,3 +260,3 @@

instance.generate(options);
expect(fs.accessSync.bind(fs, options.result, fs.F_OK | fs.R_OK)).not.to.throw(Error);

@@ -263,0 +263,0 @@

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