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

@pinnacle0/browser-util

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pinnacle0/browser-util - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

config/tsconfig.script.json
{
"extends": "../../../config/tsconfig.base.json",
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "../tmp/tsconfig.script.tsbuildinfo",
"lib": ["ES2020"],

@@ -8,0 +5,0 @@ "module": "CommonJS",

{
"extends": "../../../config/tsconfig.base.json",
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "../tmp/tsconfig.src.tsbuildinfo",
"lib": ["DOM", "ES2020"],

@@ -8,0 +5,0 @@ "module": "ESNext",

{
"extends": "../../../config/tsconfig.base.json",
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "../tmp/tsconfig.test.tsbuildinfo",
"lib": ["DOM", "ES2020"],

@@ -8,0 +5,0 @@ "module": "ESNext",

@@ -105,3 +105,2 @@ /**

StorageHelper.falseBoolValue = "FALSE";
new StorageHelper({}).setObject("", [{ a: 43 }, { a: -5 }]);
//# sourceMappingURL=StorageHelper.js.map

2

package.json
{
"name": "@pinnacle0/browser-util",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "sideEffects": false,

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

import {PrettierUtil, Utility} from "@pinnacle0/devtool-util";
import {PrettierUtil, Utility} from "@pinnacle0/devtool-util/src";
import path from "path";

@@ -3,0 +3,0 @@ import yargs from "yargs";

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

import {PrettierUtil} from "@pinnacle0/devtool-util";
import {PrettierUtil} from "@pinnacle0/devtool-util/src";
import path from "path";

@@ -3,0 +3,0 @@

@@ -109,3 +109,1 @@ /**

}
new StorageHelper({} as any).setObject("", [{a: 43}, {a: -5}]);

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