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.7 to 0.0.8

coverage/clover.xml

3

dist/index.d.ts

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

export { add } from "./add";
export * from './common';
export * from './device';

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

var r=function(r,n){return r+n};export{r as add};
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};
{
"name": "@devgrace/utils",
"sideEffects": false,
"version": "0.0.7",
"version": "0.0.8",
"description": "devgrace/utils",

@@ -9,2 +9,3 @@ "main": "./dist/index.js",

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

@@ -19,2 +20,3 @@ "typecheck": "tsc --noEmit"

"devDependencies": {
"@babel/core": "^7.22.10",
"@rollup/plugin-babel": "^6.0.3",

@@ -25,8 +27,11 @@ "@rollup/plugin-commonjs": "^25.0.4",

"@rollup/plugin-typescript": "^11.1.2",
"@types/node": "^20.5.0",
"@types/jest": "^29.5.3",
"core-js": "^3.32.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"rollup": "^3.28.0",
"tslib": "^2.6.1",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"gitHead": "118bcea68319af150eda5a6db0e53cc151a2b601"
"gitHead": "9c9f705eca102261f0642b49efb1fbf04eca865e"
}

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

export { add } from "./add";
export * from './common';
export * from './device';

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