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

@contember/queryable

Package Overview
Dependencies
Maintainers
0
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contember/queryable - npm Package Compare versions

Comparing version 1.4.0-rc.8 to 2.0.0-alpha.8

dist/development/index.cjs

28

package.json
{
"name": "@contember/queryable",
"version": "1.4.0-rc.8",
"version": "2.0.0-alpha.8",
"license": "Apache-2.0",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"main": "./dist/production/index.js",
"typings": "./dist/types/index.d.ts",
"exports": {
"typescript": "./src/index.ts",
"default": "./dist/src/index.js"
".": {
"import": {
"types": "./dist/types/index.d.ts",
"development": "./dist/development/index.js",
"production": "./dist/production/index.js",
"typescript": "./src/index.ts",
"default": "./dist/production/index.js"
},
"require": {
"types": "./dist/types/index.d.ts",
"development": "./dist/development/index.cjs",
"production": "./dist/production/index.cjs",
"typescript": "./src/index.ts",
"default": "./dist/production/index.cjs"
}
}
},
"scripts": {
"test": "echo 'No tests'"
}
"type": "module"
}
{
"extends": "../tsconfig.settings.json",
"compilerOptions": {
"outDir": "../dist/src"
"outDir": "../dist/types"
}
}
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