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

@huolala-tech/page-spy-base

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huolala-tech/page-spy-base - npm Package Compare versions

Comparing version 1.0.7 to 2.0.0-beta.0

./dist/esm/index.js

23

package.json
{
"name": "@huolala-tech/page-spy-base",
"version": "1.0.7",
"version": "2.0.0-beta.0",
"description": "The common utils of PageSpy.",
"dependencies": {
"@huolala-tech/page-spy-types": "^1.9.7"
"@huolala-tech/page-spy-types": "^2.0.0-beta.0"
},
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "./dist/esm/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"scripts": {
"build": "yarn clean && tsc",
"watch": "tsc -w",
"build": "npm run clean && rollup -c",
"watch": "npm run clean && rollup -c -w",
"clean": "rm -rf ./dist"

@@ -31,2 +31,9 @@ },

],
"browserslist": [
"chrome > 75",
"safari > 12",
"> 0.1%",
"not dead",
"not op_mini all"
],
"keywords": [

@@ -40,3 +47,3 @@ "pagespy",

],
"gitHead": "47a618a5ac6df9f3cacdc02dafb274dd75601d7b"
"gitHead": "a5c943d5a756b54c897a33c405da2727c658e8ab"
}
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