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

@dfds-ui/spacing

Package Overview
Dependencies
Maintainers
3
Versions
2471
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfds-ui/spacing - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

cjs/index.d.ts

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

export { default as spacing, SpacingKey, SpacingValue } from './spacing';
export { default as spacing } from './spacing';
export declare type SpacingKey = import('./spacing').SpacingKey;
export declare type SpacingValue = import('./spacing').SpacingValue;

@@ -12,19 +12,5 @@ "use strict";

});
Object.defineProperty(exports, "SpacingKey", {
enumerable: true,
get: function get() {
return _spacing.SpacingKey;
}
});
Object.defineProperty(exports, "SpacingValue", {
enumerable: true,
get: function get() {
return _spacing.SpacingValue;
}
});
var _spacing = _interopRequireWildcard(require("./spacing"));
var _spacing = _interopRequireDefault(require("./spacing"));
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; if (obj != null) { var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

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

export { default as spacing, SpacingKey, SpacingValue } from './spacing';
export { default as spacing } from './spacing';
export declare type SpacingKey = import('./spacing').SpacingKey;
export declare type SpacingValue = import('./spacing').SpacingValue;

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

export { default as spacing, SpacingKey, SpacingValue } from './spacing';
export { default as spacing } from './spacing';

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

"private": false,
"version": "0.0.4",
"version": "0.0.5",
"sideEffects": false,

@@ -12,3 +12,3 @@ "main": "./cjs/index.js",

"typings": "./index.d.ts",
"gitHead": "8a433649f4e8b3d3ba926a4c4a70fad1da15741e",
"gitHead": "2ff55595d2a08a7b67e7f13b6be5107c45009fc5",
"esnext": "",

@@ -15,0 +15,0 @@ "publishConfig": {

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