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

@proem/array

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proem/array - npm Package Compare versions

Comparing version 0.0.12 to 0.0.15

esm/index.d.ts

15

package.json
{
"name": "@proem/array",
"version": "0.0.12",
"version": "0.0.15",
"description": "Typescript array utilities",

@@ -14,5 +14,5 @@ "keywords": [

"license": "MIT",
"main": "lib/array.js",
"module": "esm/array.js",
"types": "lib/array.d.ts",
"main": "lib/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"directories": {

@@ -31,9 +31,6 @@ "lib": "lib"

"build:esm": "tsc -b ./tsconfig.esm.json",
"prepublishOnly": "npm run build:commonjs && npm run build:esm",
"prepublishOnly": "yarn build:commonjs && yarn build:esm",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"gitHead": "ed14680e3bb2277def8b798b17ce1e4d201ace6a",
"devDependencies": {
"typescript": "^3.1.4"
}
"gitHead": "3281115642812ee827fb745c38d54da758a82303"
}

6

README.md

@@ -1,4 +0,4 @@

# `array`
# `@proem/array`
> TODO: description
Utility package for handling arrays.

@@ -8,5 +8,5 @@ ## Usage

```
const array = require('array');
import array from '@proem/array';
// TODO: DEMONSTRATE API
```
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