Socket
Socket
Sign inDemoInstall

@objectiv/schema

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@objectiv/schema - npm Package Compare versions

Comparing version 0.0.27-experimental.0 to 0.0.27-experimental.1

17

package.json
{
"name": "@objectiv/schema",
"version": "0.0.27-experimental.0",
"version": "0.0.27-experimental.1",
"description": "Objectiv TypeScript implementation of the open analytics taxonomy",

@@ -28,6 +28,15 @@ "license": "Apache-2.0",

],
"types": "src/index.ts",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"files": [
"src"
"dist"
],
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/esm/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {

@@ -44,3 +53,3 @@ "deploy:verdaccio": "npm publish",

"devDependencies": {
"@objectiv/testing-tools": "^0.0.27-experimental.0",
"@objectiv/testing-tools": "^0.0.27-experimental.1",
"jest": "^28.1.3",

@@ -47,0 +56,0 @@ "prettier": "^2.7.1",

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