New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.2.0 to 1.2.1

42

package.json
{
"name": "purify-ts",
"version": "1.2.0",
"version": "1.2.1",
"description": "Functional programming standard library for TypeScript ",
"main": "index.js",
"types": "index.d.ts",
"repository": "https://github.com/gigobyte/purify.git",

@@ -30,15 +28,39 @@ "author": "gigobyte <gigobest2@gmail.com>",

},
"main": "index.js",
"types": "index.d.ts",
"exports": {
".": {
"import": {
"types": "./es/index.d.ts",
"default": "./es/index.js"
},
"require": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"./*": {
"import": {
"types": "./es/*.d.ts",
"default": "./es/*.js"
},
"require": {
"types": "./*.d.ts",
"default": "./*.js"
}
}
},
"devDependencies": {
"@types/jest": "27.4.1",
"ajv": "8.10.0",
"@types/jest": "27.5.2",
"ajv": "8.11.0",
"ajv-formats": "2.1.1",
"coveralls": "3.1.1",
"jest": "27.5.1",
"prettier": "2.5.1",
"ts-jest": "27.1.3",
"typescript": "4.6.2"
"jest": "28.1.0",
"prettier": "2.6.2",
"ts-jest": "28.0.4",
"typescript": "4.7.3"
},
"dependencies": {
"@types/json-schema": "7.0.9"
"@types/json-schema": "7.0.11"
}
}
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