Socket
Socket
Sign inDemoInstall

@snapdm/preconditions

Package Overview
Dependencies
0
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.0 to 0.10.0

index.cjs.js

15

package.json
{
"name": "@snapdm/preconditions",
"version": "0.9.0",
"version": "0.10.0",
"description": "General purpose preconditions for typesafe Typescript libraries",

@@ -26,4 +26,13 @@ "publishConfig": {

"sideEffects": false,
"main": "./src/index.js",
"typings": "./src/index.d.ts"
"type": "module",
"main": "./index.cjs.js",
"module": "./index.esm.js",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.esm.js",
"require": "./index.cjs.js"
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc