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

@perfective/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

@perfective/array - npm Package Compare versions

Comparing version

to
0.2.0-alpha

dist/cjs/array/array.d.ts

33

package.json
{
"name": "@perfective/array",
"version": "0.1.1",
"version": "0.2.0-alpha",
"description": "Functions to work with the Array type",
"keywords": [
"array",
"list"
],
"author": "Andrey Mikheychik <a.mikheychik@gmail.com>",
"homepage": "https://github.com/perfective/js",
"repository": {
"type": "git",
"url": "https://github.com/perfective/js.git",
"directory": "packages/array"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"types": "dist/mjs/index.d.ts",
"exports": {
"import": "dist/mjs/index.js",
"require": "dist/cjs/index.js"
},
"files": [
"dist"
"dist/cjs",
"dist/mjs"
],
"sideEffects": false,
"scripts": {
"build": "tsc --project ./tsconfig.build.json",
"build": "tsc --project ./tsconfig.build.cjs.json && tsc --project ./tsconfig.build.mjs.json",
"build:clean": "npm run clean && npm run build",
"clean": "rm -rf dist && rm -f *.tsbuildinfo && jest --clearCache",
"clean": "rm -rf dist && rm -f *.tsbuildinfo",
"lint": "npm run lint:eslint; npm run lint:tslint",
"lint:eslint": "eslint --fix --ext .ts ./src",
"lint:tslint": "tslint --fix --project ./tsconfig.lint.json",
"test": "jest"
"test": "jest",
"test:clean": "jest --clearCache",
"test:verbose": "jest --verbose"
},
"dependencies": {
"@perfective/fp": "^0.2.0"
"@perfective/fp": "^0.4.0-alpha"
}
}

Sorry, the diff of this file is not supported yet