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.3 to 0.0.4

1

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

@@ -6,0 +15,0 @@ .then((response) => {

const fs = require('fs')
const path = require('path')
module.exports.destroy = () => {
}

2

package.json
{
"name": "@nitunity/api-compiler",
"version": "0.0.3",
"version": "0.0.4",
"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