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

abolish

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abolish - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

7

dist/index.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const Abolish_1 = __importDefault(require("./src/Abolish"));
exports.Abolish = Abolish_1.default;
const Abolish = require("./src/Abolish");
exports.Abolish = Abolish;
const Functions_1 = require("./src/Functions");
exports.Rule = Functions_1.Rule;

@@ -191,3 +191,2 @@ "use strict";

}
console.log(ruleData);
/**

@@ -194,0 +193,0 @@ * Append internal Wildcard data

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

import Abolish from "./src/Abolish";
import Abolish = require("./src/Abolish");
import {Rule} from "./src/Functions";

@@ -3,0 +3,0 @@

{
"name": "abolish",
"version": "0.0.7",
"version": "0.0.8",
"description": "A javascript object validator.",

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

@@ -208,4 +208,2 @@ import {Validator, ValidationResult, ObjectType} from "./Types"

console.log(ruleData);
/**

@@ -212,0 +210,0 @@ * Append internal Wildcard data

@@ -1,3 +0,3 @@

import Abolish from "./src/Abolish";
import Abolish = require("./src/Abolish");
import { Rule } from "./src/Functions";
export { Abolish, Rule };
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