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

@duik/core

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@duik/core - npm Package Compare versions

Comparing version 0.1.8-alpha.0 to 0.1.8-alpha.1

6

dist/index.d.ts

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

import * as React from "react";
import "./styles.scss";
import * as React from 'react';
import './styles.scss';
/**

@@ -16,3 +16,1 @@ * string or react component

export declare type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
declare const _default: () => void;
export default _default;

@@ -94,3 +94,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 81);
/******/ return __webpack_require__(__webpack_require__.s = 73);
/******/ })

@@ -100,3 +100,3 @@ /************************************************************************/

/***/ 179:
/***/ 197:
/***/ (function(module, exports) {

@@ -109,13 +109,9 @@

/***/ 81:
/***/ (function(module, __webpack_exports__, __webpack_require__) {
/***/ 73:
/***/ (function(module, exports, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony import */ var _styles_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(179);
/* harmony import */ var _styles_scss__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_styles_scss__WEBPACK_IMPORTED_MODULE_0__);
/* harmony default export */ __webpack_exports__["default"] = (function () {
console.log("hello");
});
Object.defineProperty(exports, "__esModule", { value: true });
__webpack_require__(197);

@@ -122,0 +118,0 @@

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

import * as React from "react";
import "./styles.scss";
import * as React from 'react';
import './styles.scss';

@@ -25,5 +25,1 @@ /**

export type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
export default () => {
console.log("hello");
};
{
"name": "@duik/core",
"version": "0.1.8-alpha.0",
"version": "0.1.8-alpha.1",
"description": "Dashboard UI Kit Core",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/march08/duik",

@@ -23,3 +24,3 @@ "homepage": "https://github.com/march08/duik",

},
"gitHead": "36d6bbfb388c90391970c163018f99b57c6eb6c7"
"gitHead": "24005671fc8d9d942776131fb70055bffb142af9"
}
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