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

epip-generate

Package Overview
Dependencies
Maintainers
3
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epip-generate - npm Package Compare versions

Comparing version 1.2.98 to 1.2.99

2

dist/package.json
{
"name": "epip-generate",
"version": "1.2.98",
"version": "1.2.99",
"description": "",

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

@@ -48,3 +48,5 @@ "use strict";

const ajv = new Ajv();
const valid = ajv.validate(${name}.schema, this);
const obj= ${name}.schema;
delete obj['name']
const valid = ajv.validate(obj, this);
if (!valid) {

@@ -51,0 +53,0 @@ return ajv!.errors!.map(f=>f.message).join('\\n');

{
"name": "epip-generate",
"version": "1.2.98",
"version": "1.2.99",
"description": "",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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