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

@code-hike/mdx

Package Overview
Dependencies
Maintainers
1
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-hike/mdx - npm Package Compare versions

Comparing version 0.3.0--canary.77.eda31ba.0 to 0.3.0--canary.77.efd8888.0

4

dist/index.cjs.js

@@ -13,2 +13,3 @@ 'use strict';

var utils = require('@code-hike/utils');
var fetch = require('node-fetch');

@@ -23,2 +24,3 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }

var toEstree__default = /*#__PURE__*/_interopDefaultLegacy(toEstree);
var fetch__default = /*#__PURE__*/_interopDefaultLegacy(fetch);

@@ -1026,3 +1028,3 @@ /*! *****************************************************************************

configUrl = "https://codesandbox.io/api/v1/sandboxes/" + csbid + "/sandpack";
return [4 /*yield*/, fetch(configUrl)];
return [4 /*yield*/, fetch__default['default'](configUrl)];
case 1:

@@ -1029,0 +1031,0 @@ res = _a.sent();

@@ -9,2 +9,3 @@ import { highlight } from '@code-hike/highlighter';

import { relativeToAbsolute, mergeFocus } from '@code-hike/utils';
import fetch from 'node-fetch';

@@ -11,0 +12,0 @@ /*! *****************************************************************************

{
"name": "@code-hike/mdx",
"version": "0.3.0--canary.77.eda31ba.0",
"version": "0.3.0--canary.77.efd8888.0",
"main": "dist/index.cjs.js",

@@ -20,3 +20,3 @@ "typings": "dist/index.d.ts",

"devDependencies": {
"@code-hike/script": "0.3.0--canary.77.eda31ba.0",
"@code-hike/script": "0.3.0--canary.77.efd8888.0",
"@types/react": "^17.0.2",

@@ -26,11 +26,12 @@ "react": "^17.0.2"

"dependencies": {
"@code-hike/highlighter": "0.3.0--canary.77.eda31ba.0",
"@code-hike/mini-browser": "0.3.0--canary.77.eda31ba.0",
"@code-hike/mini-editor": "0.3.0--canary.77.eda31ba.0",
"@code-hike/scroller": "0.3.0--canary.77.eda31ba.0",
"@code-hike/smooth-code": "0.3.0--canary.77.eda31ba.0",
"@code-hike/utils": "0.3.0--canary.77.eda31ba.0",
"@code-hike/highlighter": "0.3.0--canary.77.efd8888.0",
"@code-hike/mini-browser": "0.3.0--canary.77.efd8888.0",
"@code-hike/mini-editor": "0.3.0--canary.77.efd8888.0",
"@code-hike/scroller": "0.3.0--canary.77.efd8888.0",
"@code-hike/smooth-code": "0.3.0--canary.77.efd8888.0",
"@code-hike/utils": "0.3.0--canary.77.efd8888.0",
"@codesandbox/sandpack-client": "^0.1.20",
"estree-util-value-to-estree": "^1.3.0",
"hast-util-to-estree": "^1.4.0",
"node-fetch": "^2.0.0",
"remark-rehype": "^8.1.0",

@@ -57,3 +58,3 @@ "unified": "^9.2.2",

},
"gitHead": "eda31ba3ce0ab994f4d4238736294e2779fc3c1b"
"gitHead": "efd88888e4dfda97d334ec6f21ee4318944a8723"
}

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