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

@canvas-js/utils

Package Overview
Dependencies
Maintainers
0
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canvas-js/utils - npm Package Compare versions

Comparing version 0.10.0-beta.2 to 0.10.0-beta.4

lib/mapValuesAsync.d.ts

2

lib/index.d.ts

@@ -7,1 +7,3 @@ export * from "./assert.js";

export * from "./mapValues.js";
export * from "./mapValuesAsync.js";
export * from "./zip.js";

@@ -7,1 +7,3 @@ export * from "./assert.js";

export * from "./mapValues.js";
export * from "./mapValuesAsync.js";
export * from "./zip.js";

26

package.json
{
"name": "@canvas-js/utils",
"version": "0.10.0-beta.2",
"author": "Canvas Technologies, Inc. (https://canvas.xyz)",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"files": [
"lib"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false
"name": "@canvas-js/utils",
"version": "0.10.0-beta.4",
"author": "Canvas Technologies, Inc. (https://canvas.xyz)",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"files": [
"lib"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false
}
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