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

@ayonli/jsext

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ayonli/jsext - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

dist/array/array.test.d.ts

8

package.json
{
"name": "@ayonli/jsext",
"version": "0.3.1",
"version": "0.3.2",
"description": "Additional functions for JavaScript builtin types that are frequently used in practice.",
"main": "index.js",
"types": "index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "tsc",
"test": "mocha",
"postpublish": "ls *.js|xargs rm; ls *.js.map|xargs rm; ls */*.js|xargs rm; ls */*.js.map|xargs rm"
"postpublish": "rm -rf dist"
},

@@ -12,0 +12,0 @@ "repository": {

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