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

codehike

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codehike - npm Package Compare versions

Comparing version 1.0.0-alpha.17 to 1.0.0-alpha.18

dist/utils/scroller.d.ts

1

dist/utils.d.ts

@@ -11,2 +11,3 @@ import React from "react";

export declare function useStepIndex(): readonly [number, React.Dispatch<React.SetStateAction<number>>];
export { StaticFallback, StaticToggle, useStaticToggle, } from "./utils/static-fallback.js";
//# sourceMappingURL=utils.d.ts.map

3

dist/utils.js
"use client";
import { jsx as _jsx } from "react/jsx-runtime";
import React from "react";
import { ObservedDiv, Scroller } from "./scroller.js";
import { ObservedDiv, Scroller } from "./utils/scroller.js";
const StepsContext = React.createContext({

@@ -43,1 +43,2 @@ selectedIndex: 0,

}
export { StaticFallback, StaticToggle, useStaticToggle, } from "./utils/static-fallback.js";
{
"name": "codehike",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"type": "module",

@@ -5,0 +5,0 @@ "sideEffects": false,

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