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

c-dhn-acttest

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c-dhn-acttest - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

lib/index.cjs.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var vue = require('vue');

@@ -82,2 +84,4 @@ var utils = require('./utils/utils');

module.exports = index;
exports.CDhnButton = _CDhnButton;
exports.CDhnDateCountdown = _CDhnDateCountdown;
exports.default = index;
import type { App } from 'vue';
import CDhnButton from './c-dhn-button';
import CDhnDateCountdown from './c-dhn-date-countdown';
export { CDhnButton, CDhnDateCountdown };
declare const _default: {

@@ -3,0 +6,0 @@ version: string;

@@ -81,1 +81,2 @@ import { defineComponent, openBlock, createBlock, createVNode, withScopeId } from 'vue';

export default index;
export { _CDhnButton as CDhnButton, _CDhnDateCountdown as CDhnDateCountdown };

2

package.json
{
"name": "c-dhn-acttest",
"version": "1.0.0",
"version": "1.0.1",
"description": "c-dhn-act component",

@@ -5,0 +5,0 @@ "author": "peng.luo@asiainnovations.com>",

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