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

@navita/adapter

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@navita/adapter - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

12

index.d.ts

@@ -17,2 +17,5 @@ import { StyleRule, GlobalStyleRule, CSSKeyframes, FontFaceRule } from '@navita/types';

declare function addFontFace(fontFace: FontFaceRule | FontFaceRule[]): string;
type Start = number;
type End = number;
type Position = [Start, End];
declare function collectResult<T>(input: {

@@ -22,7 +25,10 @@ filePath: string;

result: () => T;
identifier?: string;
line: number;
column: number;
identifier: string;
position: Position;
sourceMap: {
line: number;
column: number;
};
}): T;
export { Adapter, addCss, addFontFace, addKeyframe, addStaticCss, collectResult, generateIdentifier, setAdapter };
{
"name": "@navita/adapter",
"version": "0.0.8",
"version": "0.0.9",
"description": "Shared adapter for Navita",

@@ -5,0 +5,0 @@ "keywords": [

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