Socket
Socket
Sign inDemoInstall

@os-design/core

Package Overview
Dependencies
Maintainers
1
Versions
478
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/core - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

lib/InputSearch/index.d.ts

2

lib/index.d.ts

@@ -8,2 +8,3 @@ export { default as Alert } from './Alert';

export { default as InputPassword } from './InputPassword';
export { default as InputSearch } from './InputSearch';
export { default as Label } from './Label';

@@ -19,2 +20,3 @@ export { default as Link } from './Link';

export * from './InputPassword';
export * from './InputSearch';
export * from './Label';

@@ -21,0 +23,0 @@ export * from './Link';

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

exports.InputPassword = InputPassword_1.default;
var InputSearch_1 = require("./InputSearch");
exports.InputSearch = InputSearch_1.default;
var Label_1 = require("./Label");

@@ -36,2 +38,3 @@ exports.Label = Label_1.default;

__export(require("./InputPassword"));
__export(require("./InputSearch"));
__export(require("./Label"));

@@ -38,0 +41,0 @@ __export(require("./Link"));

4

package.json
{
"name": "@os-design/core",
"version": "0.0.29",
"version": "0.0.30",
"license": "MIT",

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

},
"gitHead": "1f82c7f88f8e722481bc0b58fb8aff9f25bb37b6"
"gitHead": "2c8cce9797cfdf90be17679cee8da2567770c3ef"
}

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