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 1.0.2 to 1.0.3

3

js/validators/string/url.js
"use strict";
module.exports = {
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
name: 'url',

@@ -4,0 +5,0 @@ error: ':param is not a valid URL',

{
"type": "module",
"name": "abolish",
"version": "1.0.2",
"version": "1.0.3",
"description": "A javascript object validator.",

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

import { AbolishValidator } from "../../src/Types";
declare const _default: AbolishValidator;
export = _default;
export default _default;
import {AbolishValidator} from "../../src/Types";
export = <AbolishValidator> {
export default <AbolishValidator> {
name: 'url',

@@ -5,0 +5,0 @@ error: ':param is not a valid URL',

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