New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

avanti-schema

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

avanti-schema - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.js

@@ -1,2 +0,2 @@

import avantiSchema from './src';
var avantiSchema = require('./src');

@@ -3,0 +3,0 @@ export default {

{
"name": "avanti-schema",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,4 +0,4 @@

import breadcrumbs from './breadcrumbs'
import organization from './organization'
import product from './product'
var breadcrumbs = require('./breadcrumbs');
var organization = require('./organization');
var product = require('./product');

@@ -5,0 +5,0 @@ export deafult {

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