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

@code-hike/utils

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-hike/utils - npm Package Compare versions

Comparing version 0.3.0-next.13 to 0.3.0-next.14

1

dist/focus.d.ts

@@ -14,2 +14,3 @@ declare type LineNumber = number;

export declare function mapFocusToLineNumbers(focus: FocusString, lines: any[]): FocusMap;
export declare function splitParts(focus: string): string[];
export declare function hasColumns(part: string): boolean;

@@ -16,0 +17,0 @@ export declare function parsePartToObject(part: string): FocusMap;

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

exports.relativeToAbsolute = relativeToAbsolute;
exports.splitParts = splitParts;
exports.withDefault = withDefault;

2

dist/index.esm.js

@@ -298,2 +298,2 @@ function map(tween, fn) {

export { getFocusIndexes, hasColumns, map, mapFocusToLineNumbers, mapWithDefault, mergeFocus, parseExtremes, parsePartToObject, relativeToAbsolute, withDefault };
export { getFocusIndexes, hasColumns, map, mapFocusToLineNumbers, mapWithDefault, mergeFocus, parseExtremes, parsePartToObject, relativeToAbsolute, splitParts, withDefault };
{
"name": "@code-hike/utils",
"version": "0.3.0-next.13",
"version": "0.3.0-next.14",
"main": "dist/index.cjs.js",

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

"devDependencies": {
"@code-hike/script": "0.3.0-next.13",
"@code-hike/script": "0.3.0-next.14",
"@types/jest": "^24.0.15",

@@ -41,3 +41,3 @@ "@types/react": "^17.0.2",

},
"gitHead": "b02f8bed71dd0aa9537abea42f85f9d6e4dc3ae9"
"gitHead": "e513a3060b937439d5f043f90ff7e44ebf255b69"
}
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