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.2 to 0.3.3

array/augment.js

8

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

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

@@ -258,1 +258,8 @@ # JsExt

```
## Having trouble with ts-loader?
1. Set `module.rules.options.allowTsInNodeModules` as `true` for **ts-loader** in
`webpack.config.js`;
2. Set `compilerOptions.rootDirs` as `["src", "node_modules/@ayonli/jsext"]` in `tsconfig.json`
(`src` could be different for different projects), meanwhile, disable `compilerOptions.rootDir`.
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