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

create-canvas-context

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-canvas-context - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/guards.d.ts

7

package.json
{
"name": "create-canvas-context",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create a canvas and get a rendering context from it.",

@@ -25,7 +25,6 @@ "author": "Marc Bouchenoire",

"esnext": "./dist/create-canvas-context.modern.js",
"types": "./dist/create-canvas-context.d.ts",
"types": "./dist/index.d.ts",
"scripts": {
"build": "microbundle",
"build": "microbundle --tsconfig tsconfig.build.json",
"clean": "jest --clearCache && rimraf node_modules",
"deduplicate": "yarn-deduplicate yarn.lock",
"lint": "eslint '{src,tests}/**/*.{ts,tsx}' --fix",

@@ -32,0 +31,0 @@ "prepare": "rimraf dist && yarn build",

@@ -9,4 +9,12 @@ # create-canvas-context

#### With yarn
#### Skypack
```html
<script type="module">
import { createCanvasContext } from "https://cdn.skypack.dev/create-canvas-context"
</script>
```
#### Yarn
```sh

@@ -16,3 +24,3 @@ yarn add create-canvas-context

#### With npm
#### npm

@@ -19,0 +27,0 @@ ```sh

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