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

@symbolic/lib

Package Overview
Dependencies
Maintainers
4
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbolic/lib - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

2

dist/index.js

@@ -15,3 +15,3 @@ 'use strict';

var isReactNative = typeof(navigator) !== 'undefined' && navigator.product === 'ReactNative';
console.log(navigator, isReactNative);
var domain = {

@@ -18,0 +18,0 @@ development: 'http://localhost:3301',

{
"name": "@symbolic/lib",
"version": "1.0.24",
"version": "1.0.25",
"description": "plain js utilities",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -8,3 +8,3 @@ import axios from 'axios';

var isReactNative = typeof(navigator) !== 'undefined' && navigator.product === 'ReactNative';
console.log(navigator, isReactNative);
var domain = {

@@ -11,0 +11,0 @@ development: 'http://localhost:3301',

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