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

@nitunity/api-compiler

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nitunity/api-compiler - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

1

index.js
require('dotenv').config()
require('./modules/unlink')
module.exports = require('./modules')

9

modules/index.js
const request = require('./request')
const unlink = require('./unlink')
module.exports.run = async (object) => {
await destroy(object)
await call(object)
await unlink.destroy(object)
}
const destroy = (object) => {
console.log(object)
}
const call = () => {

@@ -95,1 +91,2 @@ request.posts()

}

@@ -17,2 +17,3 @@ const fs = require('fs')

fs.unlinkSync(`${object.cache}/home/${file}`)
console.log('Hello, world')
})

@@ -19,0 +20,0 @@ }

{
"name": "@nitunity/api-compiler",
"version": "0.0.5",
"version": "0.0.6",
"description": "This package is API for compiling HTML templates using Nunjucks template engine",

@@ -5,0 +5,0 @@ "main": "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