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

@ezcater/babel-plugin-recipe

Package Overview
Dependencies
Maintainers
9
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ezcater/babel-plugin-recipe - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

6

features/imports.js

@@ -1,4 +0,4 @@

/* eslint-disable @typescript-eslint/camelcase */
/* eslint-disable camelcase */
const {relative} = require('path');
const {createRequireFromPath} = require('module');
const {createRequire} = require('module');
const logger = require('../logging');

@@ -42,3 +42,3 @@

const source = relative(process.cwd(), filename);
const req = createRequireFromPath(filename);
const req = createRequire(filename);
const api_version = req('@ezcater/recipe/package.json').version;

@@ -45,0 +45,0 @@ const log = state.opts.trace ? logger.trace : logger.info;

{
"name": "@ezcater/babel-plugin-recipe",
"version": "1.0.0",
"version": "1.1.0",
"description": "Static analysis tools for ezCater's Recipe design system ",

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