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

@xylabs/assert

Package Overview
Dependencies
Maintainers
7
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/assert - npm Package Compare versions

Comparing version 2.10.0 to 2.10.1

2

package.json

@@ -68,3 +68,3 @@ {

"sideEffects": false,
"version": "2.10.0"
"version": "2.10.1"
}

@@ -8,8 +8,10 @@ import { defineConfig } from 'tsup'

clean: true,
dts: true,
entry: ['src'],
dts: {
entry: ['src/index.ts'],
},
entry: ['src/index.ts'],
format: ['cjs', 'esm'],
sourcemap: true,
splitting: false,
tsconfig: 'tsconfig.json',
tsconfig: 'tsconfig.build.json',
})
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