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

@daren/utils

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daren/utils - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

dist/cjs/hooks.js

9

dist/cjs/index.js

@@ -21,2 +21,11 @@ "use strict";

var _hooks = require("./hooks");
Object.keys(_hooks).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _hooks[key]) return;
exports[key] = _hooks[key];
});
var _misc = require("./misc");

@@ -23,0 +32,0 @@

1

dist/esm/index.js
import cx from 'clsx';
export * from './assertion';
export * from './hooks';
export * from './misc';

@@ -4,0 +5,0 @@ export * from './object';

import cx from 'clsx';
export * from './assertion';
export * from './hooks';
export * from './misc';

@@ -4,0 +5,0 @@ export * from './object';

4

package.json
{
"name": "@daren/utils",
"version": "1.2.2",
"version": "1.3.0",
"repository": {

@@ -49,3 +49,3 @@ "type": "git",

},
"gitHead": "c16ad88a9cf07b23f10cca926fe70f2d2dfd8bf1"
"gitHead": "7371080b123ab2aad750efc73c34746111baef7e"
}

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