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

@ahkar33/utils

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ahkar33/utils - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

lib/es5/array/isEmpty.d.ts

1

lib/es5/index.d.ts
export { pluck } from "./array/pluck";
export { isEmpty } from "./array/isEmpty";

4

lib/es5/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pluck = void 0;
exports.isEmpty = exports.pluck = void 0;
var pluck_1 = require("./array/pluck");
Object.defineProperty(exports, "pluck", { enumerable: true, get: function () { return pluck_1.pluck; } });
var isEmpty_1 = require("./array/isEmpty");
Object.defineProperty(exports, "isEmpty", { enumerable: true, get: function () { return isEmpty_1.isEmpty; } });
export { pluck } from "./array/pluck";
export { isEmpty } from "./array/isEmpty";
export { pluck } from "./array/pluck";
export { isEmpty } from "./array/isEmpty";
{
"name": "@ahkar33/utils",
"version": "0.0.1",
"version": "0.0.2",
"description": "A set of JavaScript utils",

@@ -22,2 +22,2 @@ "main": "lib/es5/index.js",

"license": "MIT"
}
}
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