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

@os-design/utils

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/utils - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

lib/utils/paddingHorizontal.d.ts

1

lib/index.d.ts

@@ -7,2 +7,3 @@ export { default as debounce } from './utils/debounce';

export { default as omitProps } from './utils/omitProps';
export { default as paddingHorizontal } from './utils/paddingHorizontal';
export { default as resetButton } from './utils/resetButton';

@@ -9,0 +10,0 @@ export { default as resetFocus } from './utils/resetFocus';

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

exports.omitProps = omitProps_1.default;
var paddingHorizontal_1 = require("./utils/paddingHorizontal");
exports.paddingHorizontal = paddingHorizontal_1.default;
var resetButton_1 = require("./utils/resetButton");

@@ -20,0 +22,0 @@ exports.resetButton = resetButton_1.default;

7

package.json
{
"name": "@os-design/utils",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",

@@ -19,3 +19,4 @@ "main": "lib/index.js",

"dependencies": {
"@emotion/core": "^10.0.22"
"@emotion/core": "^10.0.22",
"facepaint": "^1.2.1"
},

@@ -25,3 +26,3 @@ "devDependencies": {

},
"gitHead": "356b74b8ce38b05cf217b7dcfcaf2b7989da10d7"
"gitHead": "f5b51c6bc137e2000b009ea1453db9599943e02e"
}

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