New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dotdev/dotheadless-node

Package Overview
Dependencies
Maintainers
13
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotdev/dotheadless-node - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

3

dist/gatsby/index.js

@@ -35,3 +35,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

const createRobots = ({ data }) => __awaiter(this, void 0, void 0, function* () {
if (data.length > -1) {
const hasData = !!data.length;
if (hasData) {
try {

@@ -38,0 +39,0 @@ yield fs.writeFileSync("./static/robots.txt", data[0].content.code);

{
"name": "@dotdev/dotheadless-node",
"description": "Node package for DotHeadless",
"version": "5.0.2",
"version": "5.0.3",
"author": "DotDev <info@dotdev.com.au>",

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

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