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

ts-xor

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-xor - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

7

package.json
{
"name": "ts-xor",
"version": "1.1.1",
"version": "1.2.0",
"description": "Compose custom types containing mutually exclusive keys, using this generic Typescript helper type.",

@@ -20,2 +20,3 @@ "main": "./dist/index.js",

},
"sideEffects": false,
"repository": {

@@ -39,2 +40,3 @@ "type": "git",

"devDependencies": {
"publint": "^0.2.2",
"tsup": "^7.2.0",

@@ -45,7 +47,8 @@ "typescript": "^5.2.2"

"build": "tsup src/index.ts --format esm,cjs --dts --sourcemap --clean",
"test": "npm run test:smoke && npm run test:unit ",
"test": "npm run test:smoke && npm run test:unit && npm run test:package",
"test:smoke": "tsc -p . --noEmit",
"test:unit": "sh scripts/run-tests.sh",
"test:package": "publint",
"preversion": "npm run build && npm test"
}
}
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