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

corners

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corners - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

dist/index.d.ts

3

dist/index.js

@@ -618,3 +618,4 @@ var __create = Object.create;

offset: { x: 0, y: 0 },
stroke: null
stroke: null,
pathfinder: createPathfinder(0, straight)
};

@@ -621,0 +622,0 @@ var DEFAULT_OPTIONS = {

{
"name": "corners",
"version": "0.0.11",
"version": "0.0.12",
"private": false,
"files": [
"dist",
"src",
"tsconfig.json"
"dist"
],
"main": "dist/index.js",
"types": "src/index.ts",
"types": "dist/index.d.ts",
"scripts": {

@@ -17,3 +15,5 @@ "dev": "esbuild example/client.tsx --outfile=example/web/client.js --servedir=example/web --serve=6144 --bundle --minify --sourcemap",

"deploy": "gh-pages -d example/web",
"build": "node ./esbuild.config.js",
"build:types": "dts-bundle-generator -o dist/index.d.ts src/index.ts",
"build:main": "tsx -- esbuild.config.ts",
"build": "yarn build:main && yarn build:types",
"test": "jest --watch --no-coverage",

@@ -45,3 +45,3 @@ "test:cov": "jest --watch",

"@types/jest": "^27.0.2",
"@types/node": "^16.10.1",
"@types/node": "^18.11.11",
"@types/react": "^17.0.37",

@@ -53,2 +53,3 @@ "@types/react-dom": "^17.0.11",

"concurrently": "^6.4.0",
"dts-bundle-generator": "^7.1.0",
"esbuild": "^0.14.5",

@@ -75,2 +76,3 @@ "esbuild-jest": "^0.5.0",

"tsconfig-paths": "^3.11.0",
"tsx": "^3.12.1",
"typescript": "^4.8.4"

@@ -77,0 +79,0 @@ },

Sorry, the diff of this file is not supported yet

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