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

drawable

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

drawable - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

dist/drawable.js

15

package.json
{
"name": "drawable",
"version": "0.2.0",
"description":
"A way to make styling canvas elements like text and images nicer",
"version": "0.2.1",
"description": "A way to make styling canvas elements like text and images nicer",
"main": "dist/index.js",

@@ -10,3 +9,3 @@ "author": "Jacob Lowe",

"scripts": {
"build": "babel src --out-dir dist",
"build": "rm -rf dist && babel src --out-dir dist",
"watch": "babel src --out-dir dist --watch",

@@ -24,4 +23,8 @@ "test": "npm run build && ava tests/*.test.js",

"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"mock-require": "^2.0.2"
}
"mock-require": "^2.0.2",
"nyc": "^11.2.1"
},
"files": [
"dist"
]
}
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