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

lib0

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lib0 - npm Package Compare versions

Comparing version 0.2.23 to 0.2.24

array.d.ts

12

package.json
{
"name": "lib0",
"version": "0.2.23",
"version": "0.2.24",
"description": "",

@@ -27,8 +27,8 @@ "sideEffects": false,

"clean": "rm -rf dist *.d.ts */*.d.ts *.d.ts.map */*.d.ts.map",
"types": "npm run clean && tsc --outDir .",
"dist": "npm run clean && rollup -c",
"types": "tsc --outDir .",
"dist": "rollup -c",
"debug": "rollup -c && concurrently 'rollup -wc' 'http-server -o test.html'",
"test": "npm run lint && npm run dist && nyc --check-coverage --lines 100 --branches 100 --functions 100 --statements 100 node ./dist/test.cjs --repitition-time 50 --production",
"test": "npm run clean && npm run lint && npm run dist && nyc --check-coverage --lines 100 --branches 100 --functions 100 --statements 100 node ./dist/test.cjs --repitition-time 50 --production",
"test-extensive": "node test.js && npm test -- --repitition-time 30000 --extensive",
"test-code-coverage": "npm run dist && nyc --reporter html node ./dist/test.cjs --production",
"test-code-coverage": "npm run clean && npm run dist && nyc --reporter html node ./dist/test.cjs --production",
"trace-deopt": "clear && rollup -c && node --trace-deopt dist/test.cjs",

@@ -38,3 +38,3 @@ "trace-opt": "clear && rollup -c && node --trace-opt dist/test.cjs",

"gendocs": "node ./bin/gendocs.js",
"preversion": "npm run test && npm run types && npm run dist && npm run gendocs && git add README.md",
"preversion": "npm run clean && npm run test && npm run types && npm run dist && npm run gendocs && git add README.md",
"postpublish": "npm run clean"

@@ -41,0 +41,0 @@ },

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