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

monetizer

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monetizer - npm Package Compare versions

Comparing version 50.0.1 to 50.0.2

15

package.json
{
"name": "monetizer",
"version": "50.0.1",
"version": "50.0.2",
"description": "Web Monetization API for JavaScript",

@@ -14,3 +14,4 @@ "main": "./lib/index.js",

"build": "tsc -b .",
"test": "jest"
"test": "jest",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ."
},

@@ -31,10 +32,12 @@ "keywords": [

"volta": {
"extends": "../../package.json"
"extends": "../../volta.json"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"typescript": "^4.4.3",
"@types/jest": "^27.0.0",
"eslint": "^8.25.0",
"typescript": "^4.8.4",
"jest": "^27.2.4",
"ts-jest": "^27.0.5"
"ts-jest": "^27.0.5",
"eslint-config-bemuse": "^5.0.0"
}
}

3

src/index.ts

@@ -45,2 +45,3 @@ export type MonetizationOptions = {

}
update() {

@@ -63,5 +64,7 @@ const active = Array.from(this._active)

}
dispose() {
this._setPointer('')
}
_setPointer(targetPointer: string) {

@@ -68,0 +71,0 @@ if (!targetPointer && this._element) {

Sorry, the diff of this file is not supported yet

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