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

@types/fbjs

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/fbjs - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

1

fbjs/lib/camelize.d.ts

@@ -6,3 +6,2 @@ /**

* < "backgroundColor"
*
*/

@@ -9,0 +8,0 @@ declare function camelize(string: string): string;

@@ -14,3 +14,2 @@ /**

* is converted to lowercase `ms`.
*
*/

@@ -17,0 +16,0 @@ declare function camelizeStyleName(string: string): string;

2

fbjs/lib/CSSCore.d.ts

@@ -1,2 +0,2 @@

import { DOMWindow } from 'jsdom';
import { DOMWindow } from "jsdom";

@@ -3,0 +3,0 @@ /**

@@ -8,5 +8,5 @@ /**

declare namespace enumerate {
const KIND_KEYS: 'keys';
const KIND_VALUES: 'values';
const KIND_ENTRIES: 'entries';
const KIND_KEYS: "keys";
const KIND_VALUES: "values";
const KIND_ENTRIES: "entries";

@@ -13,0 +13,0 @@ /**

@@ -22,3 +22,3 @@ /**

*/
declare function getByPath(root: any /*?Object | Error*/, path: string[], fallbackValue?: any): any;
declare function getByPath(root: any, /*?Object | Error*/ path: string[], fallbackValue?: any): any;

@@ -25,0 +25,0 @@ declare namespace getByPath {}

@@ -1,2 +0,2 @@

import { DOMWindow } from 'jsdom';
import { DOMWindow } from "jsdom";

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

import { DOMWindow } from 'jsdom';
import { DOMWindow } from "jsdom";

@@ -3,0 +3,0 @@ /**

@@ -99,3 +99,2 @@ /**

* Firefox v4/Win7 | undefined | 3
*
*/

@@ -102,0 +101,0 @@ declare function normalizeWheel(

@@ -1,2 +0,2 @@

import { DOMWindow } from 'jsdom';
import { DOMWindow } from "jsdom";
/**

@@ -3,0 +3,0 @@ * Utilities for querying and mutating style properties.

@@ -1,2 +0,2 @@

import { BidiDirection } from './UnicodeBidiDirection';
import { BidiDirection } from "./UnicodeBidiDirection";

@@ -3,0 +3,0 @@ /**

@@ -15,10 +15,10 @@ /**

declare namespace UnicodeBidiDirection {
type BidiDirection = 'LTR' | 'RTL' | 'NEUTRAL';
type HTMLDir = 'ltr' | 'rtl';
type BidiDirection = "LTR" | "RTL" | "NEUTRAL";
type HTMLDir = "ltr" | "rtl";
// Values
const NEUTRAL: 'NEUTRAL'; // No strong direction
const NEUTRAL: "NEUTRAL"; // No strong direction
const LTR: 'LTR'; // Left-to-Right direction
const LTR: "LTR"; // Left-to-Right direction
const RTL: 'RTL'; // Right-to-Left direction
const RTL: "RTL"; // Right-to-Left direction
/**

@@ -25,0 +25,0 @@ * Check if a directionality value is a Strong one

@@ -58,4 +58,4 @@ /**

declare namespace UnicodeBidiService {
type BidiDirection = 'LTR' | 'RTL' | 'NEUTRAL';
type BidiDirection = "LTR" | "RTL" | "NEUTRAL";
}
export = UnicodeBidiService;
{
"name": "@types/fbjs",
"version": "3.0.5",
"version": "3.0.6",
"description": "TypeScript definitions for fbjs",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fbjs",

},
"typesPublisherContentHash": "5206cfaad02c1fc152d3f1abaa80c3b96924facb1eda25637ffe03e17bb5b99b",
"typesPublisherContentHash": "30fec08f2335caa983ebe1ef093409ff9ae72120f5411f480799b9df0cdb9ff2",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 22 Aug 2023 18:04:21 GMT
* Last updated: Thu, 14 Sep 2023 15:26:41 GMT
* Dependencies: [@types/jsdom](https://npmjs.com/package/@types/jsdom)

@@ -14,0 +14,0 @@ * Global values: none

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