Socket
Socket
Sign inDemoInstall

@os-design/utils

Package Overview
Dependencies
Maintainers
1
Versions
107
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.6 to 0.0.7

lib/enableScrolling.d.ts

1

lib/index.d.ts
export { default as debounce } from './debounce';
export { default as ellipsis } from './ellipsis';
export { default as enableScrolling } from './enableScrolling';
export { default as isTouchDevice } from './isTouchDevice';

@@ -4,0 +5,0 @@ export { default as m } from './media';

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

exports.ellipsis = ellipsis_1.default;
var enableScrolling_1 = require("./enableScrolling");
exports.enableScrolling = enableScrolling_1.default;
var isTouchDevice_1 = require("./isTouchDevice");

@@ -12,0 +14,0 @@ exports.isTouchDevice = isTouchDevice_1.default;

4

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

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

},
"gitHead": "d9f9281965bbb8b5691c70634904447e6f199b95"
"gitHead": "bc690e720491eb2a3a548b8f477b6328aba5df5c"
}

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