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

purify-ts

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

purify-ts - npm Package Compare versions

Comparing version 2.0.0-beta.1 to 2.0.0-beta.2

esm/package.json

24

package.json
{
"name": "purify-ts",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Functional programming standard library for TypeScript ",

@@ -11,19 +11,6 @@ "repository": "https://github.com/gigobyte/purify.git",

"build": "tsc && tsc -p tsconfig.esm.json",
"test": "jest --coverage",
"test": "vitest run --coverage",
"coverage": "coveralls < coverage/lcov.info",
"test-watch": "jest --watch",
"pretty": "prettier --write \"**/*.ts\""
},
"jest": {
"transform": {
".(ts|tsx)": "ts-jest"
},
"testRegex": "src/.+\\.test\\.ts$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"collectCoverage": true
},
"main": "index.js",

@@ -55,10 +42,9 @@ "module": "esm/index.js",

"devDependencies": {
"@types/jest": "29.4.0",
"@vitest/coverage-c8": "0.29.3",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"coveralls": "3.1.1",
"jest": "29.4.3",
"prettier": "2.8.4",
"ts-jest": "29.0.5",
"typescript": "4.9.5"
"typescript": "4.9.5",
"vitest": "0.29.3"
},

@@ -65,0 +51,0 @@ "dependencies": {

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