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

@devsnicket/eunice-dependency-and-structure

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devsnicket/eunice-dependency-and-structure - npm Package Compare versions

Comparing version 2.4.2 to 2.5.0

dist/isInnerStack/index.js

12

dist/index.js
const createStackFromYaml = require("./createStackFromYaml"),
createYamlFromStack = require("./createYamlFromStack"),
findItemInStackWithIdentifierHierarchy = require("./findItemInStackWithIdentifierHierarchy");
findItemInStackWithIdentifierHierarchy = require("./findItemInStackWithIdentifierHierarchy"),
isInnerStack = require("./isInnerStack");

@@ -8,3 +9,4 @@ module.exports = {

createYamlFromStack,
findItemInStackWithIdentifierHierarchy
findItemInStackWithIdentifierHierarchy,
isInnerStack
};

@@ -16,5 +18,2 @@

*
* @typedef {Item[]} Level
* @property {Stack} stack
*
* @typedef Item

@@ -27,2 +26,5 @@ * @property {(DependUpon|DependUponMissingItem|DependUponMissingParent)[]} [dependsUpon]

*
* @typedef {Item[]} Level
* @property {Stack} stack
*
* @typedef DependUpon

@@ -29,0 +31,0 @@ * @property {Item} item

const
createStackFromYaml = require("./createStackFromYaml"),
createYamlFromStack = require("./createYamlFromStack"),
findItemInStackWithIdentifierHierarchy = require("./findItemInStackWithIdentifierHierarchy");
findItemInStackWithIdentifierHierarchy = require("./findItemInStackWithIdentifierHierarchy"),
isInnerStack = require("./isInnerStack");

@@ -11,2 +12,3 @@ module.exports =

findItemInStackWithIdentifierHierarchy,
isInnerStack,
};

@@ -18,5 +20,2 @@

*
* @typedef {Item[]} Level
* @property {Stack} stack
*
* @typedef Item

@@ -29,2 +28,5 @@ * @property {(DependUpon|DependUponMissingItem|DependUponMissingParent)[]} [dependsUpon]

*
* @typedef {Item[]} Level
* @property {Stack} stack
*
* @typedef DependUpon

@@ -31,0 +33,0 @@ * @property {Item} item

@@ -63,3 +63,4 @@ {

"scripts": {
"build": "npx babel -d dist --ignore dist/*,dist/**/*,node_modules/**/*,**/tests/**,**/tests/**,test-coverage/**,**/test.js --plugins transform-object-rest-spread -s true .",
"all": "npm run spellcheck && npm run lint && npm run build && npm run test",
"build": "rm -rf dist && npx babel -d dist --ignore dist/*,dist/**/*,node_modules/**/*,**/tests/**,**/tests/**,test-coverage/**,**/test.js --plugins transform-object-rest-spread -s true .",
"lint": "npx eslint .",

@@ -69,3 +70,3 @@ "spellcheck": "npx cspell *.js **/*.js *.md **/*.md",

},
"version": "2.4.2"
"version": "2.5.0"
}

Sorry, the diff of this file is not supported yet

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