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

@enkidevs/curriculum-helpers

Package Overview
Dependencies
Maintainers
13
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enkidevs/curriculum-helpers - npm Package Compare versions

Comparing version 7.0.1 to 7.1.0

lib/internal-links.js

1

lib/content-types.js

@@ -6,2 +6,3 @@ module.exports = {

QUESTION: 'question',
GLOSSARY: 'glossary',
};

@@ -8,2 +8,3 @@ const contentTypes = require('./content-types');

const insightLinkResourceTypes = require('./insight-link-resource-types');
const internalLinks = require('./internal-links');

@@ -18,2 +19,3 @@ module.exports = {

insightAspects,
internalLinks,
};

6

package.json
{
"name": "@enkidevs/curriculum-helpers",
"version": "7.0.1",
"version": "7.1.0",
"description": "Helpers for parsing/transforming/compiling Enki Curriculum from and to different formats",

@@ -32,5 +32,5 @@ "author": "Nemanja Stojanovic <nemanjacoder@gmail.com>",

"devDependencies": {
"jest": "^25.1.0"
"jest": "^26.0.1"
},
"gitHead": "eebff26ee3122a6bd584e4a46142bee94ecc8193"
"gitHead": "084ccf97e9410ae8eaf0642ac3687267eb23efaf"
}
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