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

odata-json-schema

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

odata-json-schema - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

3

index.js

@@ -75,3 +75,4 @@ const fs = require('fs');

for (const file of files) {
bundled[file.substr(0, file.length - '.json'.length)] = require(`./${root}/${file}`);
const name = file.substr(0, file.length - '.json'.length);
bundled[name] = require(path.join(process.cwd(), root, file));
}

@@ -78,0 +79,0 @@ await writeFile(dist, JSON.stringify(bundled))

{
"name": "odata-json-schema",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": {

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