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

@devgrace/utils

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devgrace/utils - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

dist/cjs/common/isClient/index.d.ts

1

dist/cjs/common/index.d.ts

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

export * from './add';
export * from './isClient';
export * from './isServer';

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

"use strict";function e(){return"undefined"==typeof window&&"undefined"!=typeof global}exports.add=function(e,n){return e+n},exports.isClient=function(){return!e()},exports.isServer=e;
"use strict";var e=function(){return"undefined"==typeof window&&"undefined"!=typeof global};exports.isClient=function(){return!e()},exports.isServer=e;

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

export * from './add';
export * from './isClient';
export * from './isServer';

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

var n=function(n,e){return n+e};function e(){return"undefined"==typeof window&&"undefined"!=typeof global}function t(){return!e()}export{n as add,t as isClient,e as isServer};
var n=function(){return"undefined"==typeof window&&"undefined"!=typeof global},e=function(){return!n()};export{e as isClient,n as isServer};
{
"name": "@devgrace/utils",
"sideEffects": false,
"version": "0.0.13",
"version": "0.0.14",
"description": "devgrace/utils",

@@ -12,3 +12,3 @@ "main": "dist/cjs/index.js",

"scripts": {
"test": "jest --coverage",
"test": "jest",
"build": "rm -rf dist && rollup -c",

@@ -37,3 +37,3 @@ "typecheck": "tsc --noEmit"

},
"gitHead": "7511d2fcc0e81eedbe5b8e4cc45813451953e67d"
"gitHead": "352a7099cf694348468a33fbf1e58d0a1ed2f8b3"
}
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