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

@arwes/tools

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arwes/tools - npm Package Compare versions

Comparing version 1.0.0-next.24042601 to 1.0.0-next.24042701

1

build/cjs/constants.js
"use strict";
// TODO: In some environments these variables are not executed at runtime but at build time.
Object.defineProperty(exports, "__esModule", { value: true });

@@ -3,0 +4,0 @@ exports.IS_BROWSER_SAFARI = exports.IS_BROWSER = void 0;

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

// TODO: In some environments these variables are not executed at runtime but at build time.
export const IS_BROWSER = typeof window !== 'undefined';

@@ -2,0 +3,0 @@ export const IS_BROWSER_SAFARI = IS_BROWSER &&

4

package.json
{
"name": "@arwes/tools",
"version": "1.0.0-next.24042601",
"version": "1.0.0-next.24042701",
"publishConfig": {

@@ -51,3 +51,3 @@ "access": "public"

},
"gitHead": "f8d2716df8a6301df828d4b1627a8d21f1ef56e6"
"gitHead": "c98aa1289657078392e108d81cdd819a61d5c4e2"
}
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