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.7.0 to 2.7.1

14

.tsconfig.build.cjs.json
{
"compilerOptions": {
"rootDir": "./src",
"rootDir": "src",
"rootDirs": [
"package.json"
],
"baseUrl": ".",
"composite": true,
"declarationDir": "./dist/types",
"outDir": "././dist/cjs",
"module": "CommonJS",
"outDir": "./dist/cjs",
"target": "ES6"
},
"extends": "../../tsconfig.json",
"include": [
"src/**/*",
"src"
],
"extends": "@xylabs/tsconfig",
"exclude": [

@@ -29,3 +24,6 @@ "**/build",

"**/stories/*"
],
"include": [
"src"
]
}
{
"compilerOptions": {
"rootDir": "./src",
"rootDir": "src",
"rootDirs": [
"package.json"
],
"baseUrl": ".",
"composite": true,
"declarationDir": "./dist/types",
"outDir": "././dist/esm",
"module": "ESNext",
"outDir": "./dist/esm",
"target": "ESNext"
},
"extends": "../../tsconfig.json",
"include": [
"src/**/*",
"src"
],
"extends": "@xylabs/tsconfig",
"exclude": [

@@ -29,3 +24,6 @@ "**/build",

"**/stories/*"
],
"include": [
"src"
]
}

@@ -20,3 +20,3 @@ {

"character": 0,
"url": "https://github.com/xylabs/sdk-js/blob/089a04a/packages/forget/src/index.ts#L6"
"url": "https://github.com/xylabs/sdk-js/blob/8f53295/packages/forget/src/index.ts#L6"
}

@@ -67,3 +67,3 @@ ],

"character": 9,
"url": "https://github.com/xylabs/sdk-js/blob/089a04a/packages/forget/src/forget.ts#L9"
"url": "https://github.com/xylabs/sdk-js/blob/8f53295/packages/forget/src/forget.ts#L9"
}

@@ -90,3 +90,3 @@ ],

"character": 13,
"url": "https://github.com/xylabs/sdk-js/blob/089a04a/packages/forget/src/forget.ts#L11"
"url": "https://github.com/xylabs/sdk-js/blob/8f53295/packages/forget/src/forget.ts#L11"
}

@@ -119,3 +119,3 @@ ],

"character": 15,
"url": "https://github.com/xylabs/sdk-js/blob/089a04a/packages/forget/src/forget.ts#L15"
"url": "https://github.com/xylabs/sdk-js/blob/8f53295/packages/forget/src/forget.ts#L15"
}

@@ -185,3 +185,3 @@ ],

"character": 9,
"url": "https://github.com/xylabs/sdk-js/blob/089a04a/packages/forget/src/forget.ts#L30"
"url": "https://github.com/xylabs/sdk-js/blob/8f53295/packages/forget/src/forget.ts#L30"
}

@@ -270,3 +270,3 @@ ],

"character": 13,
"url": "https://github.com/xylabs/sdk-js/blob/089a04a/packages/forget/src/forget.ts#L8"
"url": "https://github.com/xylabs/sdk-js/blob/8f53295/packages/forget/src/forget.ts#L8"
}

@@ -286,3 +286,3 @@ ]

"character": 13,
"url": "https://github.com/xylabs/sdk-js/blob/089a04a/packages/forget/src/forget.ts#L73"
"url": "https://github.com/xylabs/sdk-js/blob/8f53295/packages/forget/src/forget.ts#L73"
}

@@ -364,5 +364,5 @@ ],

"character": 0,
"url": "https://github.com/xylabs/sdk-js/blob/089a04a/packages/forget/src/index.ts#L1"
"url": "https://github.com/xylabs/sdk-js/blob/8f53295/packages/forget/src/index.ts#L1"
}
]
}

@@ -44,3 +44,3 @@ {

"dependencies": {
"@xylabs/delay": "^2.7.0"
"@xylabs/delay": "^2.7.1"
},

@@ -59,3 +59,3 @@ "devDependencies": {

"sideEffects": false,
"version": "2.7.0"
"version": "2.7.1"
}
{
"compilerOptions": {
"baseUrl": ".",
"composite": true,
"declarationDir": "./dist/types",
"outDir": "./dist",
"rootDir": "./src"
"declarationDir": "./dist/types"
},
"extends": "../../tsconfig.json",
"include": ["src/**/*"]
"extends": "@xylabs/tsconfig"
}

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