Socket
Socket
Sign inDemoInstall

@chakra-ui/styled-system

Package Overview
Dependencies
Maintainers
4
Versions
474
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/styled-system - npm Package Compare versions

Comparing version 1.0.0-rc.5 to 1.0.0-rc.6

dist/cjs/types.d.js

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# 1.0.0-rc.6 (2020-10-25)
**Note:** Version bump only for package @chakra-ui/styled-system
# 1.0.0-rc.5 (2020-09-27)

@@ -8,0 +16,0 @@

@@ -9,2 +9,3 @@ "use strict";

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _background[key]) return;
exports[key] = _background[key];

@@ -17,2 +18,3 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _border[key]) return;
exports[key] = _border[key];

@@ -25,2 +27,3 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _color[key]) return;
exports[key] = _color[key];

@@ -33,2 +36,3 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _flexbox[key]) return;
exports[key] = _flexbox[key];

@@ -41,2 +45,3 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _grid[key]) return;
exports[key] = _grid[key];

@@ -49,2 +54,3 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _layout[key]) return;
exports[key] = _layout[key];

@@ -57,2 +63,3 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _others[key]) return;
exports[key] = _others[key];

@@ -65,2 +72,3 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _position[key]) return;
exports[key] = _position[key];

@@ -73,2 +81,3 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _shadow[key]) return;
exports[key] = _shadow[key];

@@ -81,2 +90,3 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _space[key]) return;
exports[key] = _space[key];

@@ -89,2 +99,3 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _typography[key]) return;
exports[key] = _typography[key];

@@ -97,2 +108,3 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _outline[key]) return;
exports[key] = _outline[key];

@@ -105,2 +117,3 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _list[key]) return;
exports[key] = _list[key];

@@ -113,2 +126,3 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _transition[key]) return;
exports[key] = _transition[key];

@@ -121,4 +135,5 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _transform[key]) return;
exports[key] = _transform[key];
});
//# sourceMappingURL=index.js.map

4

dist/cjs/config/position.js

@@ -6,6 +6,6 @@ "use strict";

var _core = require("@styled-system/core");
var _utils = require("../utils");
var _core = require("@styled-system/core");
var config = {

@@ -12,0 +12,0 @@ position: true,

@@ -20,3 +20,3 @@ "use strict";

property: "transitionTimingFunction",
scale: "transition.timingFunction"
scale: "transition.easing"
}

@@ -23,0 +23,0 @@ };

@@ -93,3 +93,3 @@ "use strict";

for (var index = 0; index < queries; index++) {
for (var index = 0; index < queries; index += 1) {
var media = mediaQueries[index];

@@ -141,3 +141,3 @@

var apply = css((0, _utils.memoizedGet)(theme, val))(theme);
computedStyles = (0, _utils.merge)({}, computedStyles, apply);
computedStyles = (0, _utils.mergeWith)({}, computedStyles, apply);
continue;

@@ -144,0 +144,0 @@ }

@@ -15,2 +15,3 @@ "use strict";

if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _config[key]) return;
exports[key] = _config[key];

@@ -29,2 +30,3 @@ });

if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _pseudo[key]) return;
exports[key] = _pseudo[key];

@@ -38,2 +40,3 @@ });

if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _css[key]) return;
exports[key] = _css[key];

@@ -47,2 +50,3 @@ });

if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _css2[key]) return;
exports[key] = _css2[key];

@@ -56,2 +60,3 @@ });

if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _parser[key]) return;
exports[key] = _parser[key];

@@ -65,4 +70,5 @@ });

if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _system[key]) return;
exports[key] = _system[key];
});
//# sourceMappingURL=index.js.map

@@ -6,8 +6,8 @@ "use strict";

var _core = require("@styled-system/core");
var _config = require("./config");
var _core = require("@styled-system/core");
var parser = (0, _core.compose)(_config.backgroundParser, _config.borderParser, _config.colorParser, _config.flexboxParser, _config.layoutParser, _config.outlineParser, _config.gridParser, _config.othersParser, _config.positionParser, _config.shadowParser, _config.spaceParser, _config.typographyParser, _config.transformParser, _config.transitionParser, _config.listParser);
exports.parser = parser;
//# sourceMappingURL=parser.js.map

@@ -9,2 +9,3 @@ "use strict";

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _pseudo[key]) return;
exports[key] = _pseudo[key];

@@ -17,2 +18,3 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _pseudo2[key]) return;
exports[key] = _pseudo2[key];

@@ -25,4 +27,5 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _pseudo3[key]) return;
exports[key] = _pseudo3[key];
});
//# sourceMappingURL=index.js.map

@@ -20,4 +20,3 @@ "use strict";

var next = {};
for (var prop in props) {
Object.keys(props).forEach(function (prop) {
var propValue = props[prop];

@@ -31,6 +30,5 @@ var propName = getPropName(prop);

}
}
});
return next;
}
//# sourceMappingURL=pseudo.utils.js.map

@@ -6,2 +6,4 @@ "use strict";

var _core = require("@styled-system/core");
var _config = require("./config");

@@ -11,4 +13,2 @@

var _core = require("@styled-system/core");
var systemProps = (0, _core.compose)(_config.background, _config.border, _config.color, _config.flexbox, _config.layout, _config.outline, _config.grid, _config.others, _config.position, _config.shadow, _config.space, _config.typography, _config.transform, _config.list, _config.transition);

@@ -15,0 +15,0 @@ exports.systemProps = systemProps;

@@ -9,2 +9,3 @@ "use strict";

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _positiveOrNegative[key]) return;
exports[key] = _positiveOrNegative[key];

@@ -17,4 +18,5 @@ });

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _types[key]) return;
exports[key] = _types[key];
});
//# sourceMappingURL=index.js.map

@@ -13,3 +13,3 @@ "use strict";

var startsWith = function startsWith(string, target) {
return string.slice(0, 0 + target.length) == target;
return string.slice(0, 0 + target.length) === target;
};

@@ -41,3 +41,3 @@

if (!hasUnit && !isNaN(Number(computedValue))) {
if (!hasUnit && !Number.isNaN(Number(computedValue))) {
computedValue = Number(computedValue);

@@ -44,0 +44,0 @@ }

import { createParser, system } from "@styled-system/core";
/**
* The parser configuration for common border properties
*/
var config = {

@@ -7,0 +7,0 @@ border: {

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

import { isNumber, memoizedGet } from "@chakra-ui/utils";
import { isNumber, memoizedGet as get } from "@chakra-ui/utils";
import { createParser, system } from "@styled-system/core";

@@ -6,3 +6,3 @@

var defaultValue = !isNumber(value) || value > 1 ? value : value * 100 + "%";
return memoizedGet(scale, value, defaultValue);
return get(scale, value, defaultValue);
}

@@ -9,0 +9,0 @@

@@ -0,3 +1,3 @@

import { createParser, system } from "@styled-system/core";
import { positiveOrNegative } from "../utils";
import { createParser, system } from "@styled-system/core";
var config = {

@@ -4,0 +4,0 @@ position: true,

@@ -14,3 +14,3 @@ import { createParser, system } from "@styled-system/core";

property: "transitionTimingFunction",
scale: "transition.timingFunction"
scale: "transition.easing"
}

@@ -17,0 +17,0 @@ };

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

import { isArray, isCustomBreakpoint, isObject, isResponsiveObjectLike, memoizedGet as get, merge, objectToArrayNotation, runIfFn } from "@chakra-ui/utils";
import { isArray, isCustomBreakpoint, isObject, isResponsiveObjectLike, memoizedGet as get, mergeWith, objectToArrayNotation, runIfFn } from "@chakra-ui/utils";
import { parser } from "./parser";

@@ -75,3 +75,3 @@ import { pseudoSelectors } from "./pseudo";

for (var index = 0; index < queries; index++) {
for (var index = 0; index < queries; index += 1) {
var media = mediaQueries[index];

@@ -122,3 +122,3 @@

var apply = css(get(theme, val))(theme);
computedStyles = merge({}, computedStyles, apply);
computedStyles = mergeWith({}, computedStyles, apply);
continue;

@@ -125,0 +125,0 @@ }

@@ -1,4 +0,4 @@

import { backgroundParser, borderParser, colorParser, flexboxParser, gridParser, othersParser, positionParser, shadowParser, spaceParser, typographyParser, layoutParser, outlineParser, transformParser, transitionParser, listParser } from "./config";
import { compose } from "@styled-system/core";
import { backgroundParser, borderParser, colorParser, flexboxParser, gridParser, layoutParser, listParser, othersParser, outlineParser, positionParser, shadowParser, spaceParser, transformParser, transitionParser, typographyParser } from "./config";
export var parser = compose(backgroundParser, borderParser, colorParser, flexboxParser, layoutParser, outlineParser, gridParser, othersParser, positionParser, shadowParser, spaceParser, typographyParser, transformParser, transitionParser, listParser);
//# sourceMappingURL=parser.js.map

@@ -9,4 +9,3 @@ import { memoize, isObject, isFunction } from "@chakra-ui/utils";

var next = {};
for (var prop in props) {
Object.keys(props).forEach(prop => {
var propValue = props[prop];

@@ -20,6 +19,5 @@ var propName = getPropName(prop);

}
}
});
return next;
}
//# sourceMappingURL=pseudo.utils.js.map

@@ -1,4 +0,4 @@

import { background, border, color, flexbox, grid, others, position, shadow, space, typography, layout, outline, transform, list, transition } from "./config";
import { compose } from "@styled-system/core";
import { background, border, color, flexbox, grid, layout, list, others, outline, position, shadow, space, transform, transition, typography } from "./config";
import { pseudoPropNames } from "./pseudo";
import { compose } from "@styled-system/core";
export var systemProps = compose(background, border, color, flexbox, layout, outline, grid, others, position, shadow, space, typography, transform, list, transition);

@@ -5,0 +5,0 @@ var layoutSystem = compose(space, layout, flexbox, grid, position);

import { isString, isNumber } from "@chakra-ui/utils";
import unit from "css-get-unit";
var startsWith = (string, target) => string.slice(0, 0 + target.length) == target;
var startsWith = (string, target) => string.slice(0, 0 + target.length) === target;

@@ -30,3 +30,3 @@ export function positiveOrNegative(value, scale) {

if (!hasUnit && !isNaN(Number(computedValue))) {
if (!hasUnit && !Number.isNaN(Number(computedValue))) {
computedValue = Number(computedValue);

@@ -33,0 +33,0 @@ }

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

/// <reference path="../styled-system__core.d.ts" />
/// <reference path="../../../src/types.d.ts" />
import * as CSS from "csstype";

@@ -78,3 +78,3 @@ import { ResponsiveValue, Length } from "../utils";

}
export declare const background: import("@styled-system/core").styleFn;
export declare const backgroundParser: import("@styled-system/core").styleFn;
export declare const background: import("@styled-system/core").StyleFn;
export declare const backgroundParser: import("@styled-system/core").StyleFn;

@@ -1,4 +0,4 @@

/// <reference path="../styled-system__core.d.ts" />
/// <reference path="../../../src/types.d.ts" />
import * as CSS from "csstype";
import { ResponsiveValue, Length } from "../utils";
import { Length, ResponsiveValue } from "../utils";
/**

@@ -169,3 +169,3 @@ * The prop types for border properties listed above

}
export declare const border: import("@styled-system/core").styleFn;
export declare const borderParser: import("@styled-system/core").styleFn;
export declare const border: import("@styled-system/core").StyleFn;
export declare const borderParser: import("@styled-system/core").StyleFn;

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

/// <reference path="../styled-system__core.d.ts" />
/// <reference path="../../../src/types.d.ts" />
import * as CSS from "csstype";

@@ -26,3 +26,3 @@ import { ResponsiveValue } from "../utils";

}
export declare const color: import("@styled-system/core").styleFn;
export declare const colorParser: import("@styled-system/core").styleFn;
export declare const color: import("@styled-system/core").StyleFn;
export declare const colorParser: import("@styled-system/core").StyleFn;

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

/// <reference path="../styled-system__core.d.ts" />
/// <reference path="../../../src/types.d.ts" />
import * as CSS from "csstype";

@@ -65,3 +65,3 @@ import { ResponsiveValue, Length } from "../utils";

}
export declare const flexbox: import("@styled-system/core").styleFn;
export declare const flexboxParser: import("@styled-system/core").styleFn;
export declare const flexbox: import("@styled-system/core").StyleFn;
export declare const flexboxParser: import("@styled-system/core").StyleFn;

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

/// <reference path="../styled-system__core.d.ts" />
/// <reference path="../../../src/types.d.ts" />
import * as CSS from "csstype";

@@ -69,3 +69,3 @@ import { Length, ResponsiveValue } from "../utils";

}
export declare const grid: import("@styled-system/core").styleFn;
export declare const gridParser: import("@styled-system/core").styleFn;
export declare const grid: import("@styled-system/core").StyleFn;
export declare const gridParser: import("@styled-system/core").StyleFn;

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

/// <reference path="../styled-system__core.d.ts" />
/// <reference path="../../../src/types.d.ts" />
import * as CSS from "csstype";

@@ -89,3 +89,3 @@ import { Length, ResponsiveValue } from "../utils";

}
export declare const layout: import("@styled-system/core").styleFn;
export declare const layoutParser: import("@styled-system/core").styleFn;
export declare const layout: import("@styled-system/core").StyleFn;
export declare const layoutParser: import("@styled-system/core").StyleFn;

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

/// <reference path="../styled-system__core.d.ts" />
/// <reference path="../../../src/types.d.ts" />
import * as CSS from "csstype";

@@ -23,3 +23,3 @@ import { ResponsiveValue } from "../utils";

}
export declare const list: import("@styled-system/core").styleFn;
export declare const listParser: import("@styled-system/core").styleFn;
export declare const list: import("@styled-system/core").StyleFn;
export declare const listParser: import("@styled-system/core").StyleFn;

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

/// <reference path="../styled-system__core.d.ts" />
/// <reference path="../../../src/types.d.ts" />
import * as CSS from "csstype";

@@ -50,3 +50,3 @@ import { Length, ResponsiveValue } from "../utils";

}
export declare const others: import("@styled-system/core").styleFn;
export declare const othersParser: import("@styled-system/core").styleFn;
export declare const others: import("@styled-system/core").StyleFn;
export declare const othersParser: import("@styled-system/core").StyleFn;

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

/// <reference path="../styled-system__core.d.ts" />
/// <reference path="../../../src/types.d.ts" />
import * as CSS from "csstype";

@@ -18,3 +18,3 @@ import { Length, ResponsiveValue } from "../utils";

}
export declare const outline: import("@styled-system/core").styleFn;
export declare const outlineParser: import("@styled-system/core").styleFn;
export declare const outline: import("@styled-system/core").StyleFn;
export declare const outlineParser: import("@styled-system/core").StyleFn;

@@ -1,4 +0,4 @@

/// <reference path="../styled-system__core.d.ts" />
/// <reference path="../../../src/types.d.ts" />
import * as CSS from "csstype";
import { ResponsiveValue, Length } from "../utils";
import { Length, ResponsiveValue } from "../utils";
/**

@@ -49,3 +49,3 @@ * Types for position CSS properties

}
export declare const position: import("@styled-system/core").styleFn;
export declare const positionParser: import("@styled-system/core").styleFn;
export declare const position: import("@styled-system/core").StyleFn;
export declare const positionParser: import("@styled-system/core").StyleFn;

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

/// <reference path="../styled-system__core.d.ts" />
/// <reference path="../../../src/types.d.ts" />
import * as CSS from "csstype";

@@ -21,3 +21,3 @@ import { ResponsiveValue } from "../utils";

}
export declare const shadow: import("@styled-system/core").styleFn;
export declare const shadowParser: import("@styled-system/core").styleFn;
export declare const shadow: import("@styled-system/core").StyleFn;
export declare const shadowParser: import("@styled-system/core").StyleFn;

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

/// <reference path="../styled-system__core.d.ts" />
/// <reference path="../../../src/types.d.ts" />
import * as CSS from "csstype";

@@ -130,3 +130,3 @@ import { ResponsiveValue, Length } from "../utils";

*/
export declare const space: import("@styled-system/core").styleFn;
export declare const spaceParser: import("@styled-system/core").styleFn;
export declare const space: import("@styled-system/core").StyleFn;
export declare const spaceParser: import("@styled-system/core").StyleFn;

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

/// <reference path="../styled-system__core.d.ts" />
/// <reference path="../../../src/types.d.ts" />
import * as CSS from "csstype";

@@ -14,3 +14,3 @@ import { Length, ResponsiveValue } from "../utils";

}
export declare const transform: import("@styled-system/core").styleFn;
export declare const transformParser: import("@styled-system/core").styleFn;
export declare const transform: import("@styled-system/core").StyleFn;
export declare const transformParser: import("@styled-system/core").StyleFn;

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

/// <reference path="../styled-system__core.d.ts" />
/// <reference path="../../../src/types.d.ts" />
import * as CSS from "csstype";

@@ -22,3 +22,3 @@ import { ResponsiveValue } from "../utils";

}
export declare const transition: import("@styled-system/core").styleFn;
export declare const transitionParser: import("@styled-system/core").styleFn;
export declare const transition: import("@styled-system/core").StyleFn;
export declare const transitionParser: import("@styled-system/core").StyleFn;

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

/// <reference path="../styled-system__core.d.ts" />
/// <reference path="../../../src/types.d.ts" />
import * as CSS from "csstype";

@@ -17,3 +17,3 @@ import { ResponsiveValue, Length } from "../utils";

/**
* The CSS `line-height` property
* The CSS `letter-spacing` property
*/

@@ -66,3 +66,3 @@ letterSpacing?: ResponsiveValue<CSS.Property.LetterSpacing<Length>>;

}
export declare const typography: import("@styled-system/core").styleFn;
export declare const typographyParser: import("@styled-system/core").styleFn;
export declare const typography: import("@styled-system/core").StyleFn;
export declare const typographyParser: import("@styled-system/core").StyleFn;

@@ -0,5 +1,5 @@

import { Dict, Omit } from "@chakra-ui/utils";
import { PropertiesFallback, Property, Pseudos as CSSPseudos, StandardProperties, SvgProperties } from "csstype";
import { Pseudos } from "./pseudo";
import { ResponsiveValue } from "./utils";
import { Omit, Dict } from "@chakra-ui/utils";
import { Pseudos } from "./pseudo";
import { Property, PropertiesFallback, Pseudos as CSSPseudos, StandardProperties, SvgProperties } from "csstype";
declare type CSS = PropertiesFallback<number | string>;

@@ -93,4 +93,4 @@ declare type CSSProperties = StandardProperties<number | string> & SvgProperties<number | string>;

};
export declare type SystemStyleObject = SystemCSSProperties | CSSPseudoStyles | CSSSelectorStyles | ApplyPropStyles | PseudoStyles;
export declare type SystemStyleObject = (SystemCSSProperties & CSSPseudoStyles & ApplyPropStyles & PseudoStyles) | (SystemCSSProperties & CSSSelectorStyles);
export declare type StyleObjectOrFn = SystemStyleObject | ((theme: Dict) => SystemStyleObject);
export {};

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

/// <reference path="styled-system__core.d.ts" />
export declare const parser: import("@styled-system/core").styleFn;
/// <reference path="../../src/types.d.ts" />
export declare const parser: import("@styled-system/core").StyleFn;

@@ -7,7 +7,3 @@ import * as CSS from "csstype";

interface Component {
register?: {
readonly parts?: string[];
readonly sizes?: string[];
readonly variants?: string[];
};
readonly parts?: string[];
baseStyle?: any;

@@ -14,0 +10,0 @@ variants?: any;

@@ -1,4 +0,4 @@

/// <reference path="styled-system__core.d.ts" />
export declare const systemProps: import("@styled-system/core").styleFn;
/// <reference path="../../src/types.d.ts" />
export declare const systemProps: import("@styled-system/core").StyleFn;
export declare const layoutPropNames: string[] | undefined;
export declare const propNames: string[];
{
"name": "@chakra-ui/styled-system",
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"description": "Style function for css-in-js building component libraries",

@@ -24,2 +24,8 @@ "keywords": [

"typings": "dist/types/index.d.ts",
"exports": {
".": {
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js"
}
},
"files": [

@@ -52,3 +58,3 @@ "dist"

"dependencies": {
"@chakra-ui/utils": "1.0.0-rc.5",
"@chakra-ui/utils": "1.0.0-rc.6",
"@styled-system/core": "5.1.2",

@@ -59,5 +65,5 @@ "css-get-unit": "1.0.1",

"peerDependencies": {
"react": "16.x"
"react": "16.x || 17.x"
},
"gitHead": "b5c8482b778b19f27ea1d6c8ab6d5ed39c664afa"
"gitHead": "e55b45840d1edc821ad0bb45632535333be5bb86"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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