Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xylabs/forget

Package Overview
Dependencies
Maintainers
7
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/forget - npm Package Compare versions

Comparing version 2.11.7 to 2.11.8

dist/browser/forget.d.mts

31

package.json

@@ -15,30 +15,21 @@ {

"docs": "dist/docs.json",
"types": "dist/index.d.ts",
"types": "dist/node/index.d.ts",
"exports": {
".": {
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.js"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
"types": "./dist/node/index.d.mts",
"default": "./dist/node/index.mjs"
}
},
"./dist/docs.json": {
"default": "./dist/docs.json"
},
"./cjs": {
"default": "./dist/index.js"
},
"./docs": {
"default": "./dist/docs.json"
},
"./esm": {
"default": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"main": "dist/node/index.js",
"module": "dist/node/index.mjs",
"homepage": "https://xylabs.com",

@@ -52,7 +43,7 @@ "keywords": [

"dependencies": {
"@xylabs/delay": "~2.11.7"
"@xylabs/delay": "~2.11.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.0.28",
"@xylabs/tsconfig": "^3.0.28",
"@xylabs/ts-scripts-yarn3": "^3.0.55",
"@xylabs/tsconfig": "^3.0.55",
"typescript": "^5.2.2"

@@ -68,3 +59,3 @@ },

"sideEffects": false,
"version": "2.11.7"
"version": "2.11.8"
}
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