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

@hqjs/babel-plugin-transform-json-imports

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hqjs/babel-plugin-transform-json-imports - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

index.js

@@ -26,3 +26,3 @@ const path = require('path');

const filepath = modName.startsWith('/') ?
`${root}${modName}` :
path.join(root, modName) :
modName.startsWith('.') ?

@@ -46,3 +46,3 @@ path.join(dirname, modName) :

const filepath = modName.startsWith('/') ?
`${root}${modName}` :
path.join(root, modName) :
modName.startsWith('.') ?

@@ -49,0 +49,0 @@ path.join(dirname, modName) :

{
"name": "@hqjs/babel-plugin-transform-json-imports",
"version": "0.0.5",
"version": "0.0.6",
"description": "Transform json imports",

@@ -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