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

arylo-init

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arylo-init - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

dist/data.js
"use strict";
const fs = require("fs");
const glob = require("glob");
const path = require("path");

@@ -11,2 +10,3 @@ const constants = require("./constants");

const getFakerData = () => {
const glob = require("glob");
const filepaths = glob.sync("./**", {

@@ -13,0 +13,0 @@ cwd: constants.resourcesRawPath,

import * as fs from "fs";
import * as glob from "glob";
import * as path from "path";

@@ -12,2 +11,3 @@ import * as constants from "./constants";

const getFakerData = () => {
const glob = require("glob");
const filepaths = glob.sync("./**", {

@@ -14,0 +14,0 @@ cwd: constants.resourcesRawPath,

{
"name": "arylo-init",
"version": "2.0.0",
"version": "2.0.1",
"description": "Initial Node.js Project for Arylo Edition",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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