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.14 to 0.0.15

validators/string/alphaNumeric.js

3

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Rule = exports.Abolish = void 0;
const Abolish = require("./src/Abolish");
exports.Abolish = Abolish;
const Functions_1 = require("./src/Functions");
exports.Rule = Functions_1.Rule;
Object.defineProperty(exports, "Rule", { enumerable: true, get: function () { return Functions_1.Rule; } });

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.Get = exports.Set = exports.Pick = exports.Rule = exports.StartCase = exports.UpperFirst = void 0;
const StringToRules_1 = __importDefault(require("./StringToRules"));

@@ -8,0 +9,0 @@ /**

{
"name": "abolish",
"version": "0.0.14",
"version": "0.0.15",
"description": "A javascript object validator.",

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

"private": false,
"scripts": {
"play": "ts-node-dev --respawn --transpileOnly play.ts"
},
"dependencies": {

@@ -13,0 +16,0 @@ "lodash.has": "^4.5.2",

@@ -82,4 +82,5 @@ {

"play.ts",
"types"
"types",
"validators"
]
}
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