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

@magic-circle/layers

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magic-circle/layers - npm Package Compare versions

Comparing version 0.0.7 to 0.1.0-alpha.0

dist/index.d.ts

27

package.json
{
"name": "@magic-circle/layers",
"version": "0.0.7",
"version": "0.1.0-alpha.0",
"description": "Magic Circle layers",

@@ -20,16 +20,23 @@ "keywords": [

"files": [
"src/*.js"
"dist/*.js",
"dist/*.jsx",
"dist/*.d.ts"
],
"author": "Davey van der Woert <davey@dpwoert.com> (http://dpwoert.com)",
"license": "MIT",
"main": "src/index.js",
"module": "src/index.js",
"main": "dist/index.jsx",
"module": "dist/index.jsx",
"scripts": {
"watch": "tsc --watch",
"build:dev": "tsc",
"build:prod": "NODE_ENV=production tsc"
},
"dependencies": {
"@magic-circle/colors": "^0.0.7"
"@magic-circle/state": "^0.1.0-alpha.0",
"@magic-circle/styles": "^0.1.0-alpha.0"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babel-plugin-styled-components": "^1.8.0"
"@magic-circle/schema": "^0.1.0-alpha.0",
"@types/react": "*",
"typescript": "^4.7.3"
},

@@ -43,3 +50,3 @@ "peerDependencies": {

},
"gitHead": "9c44c883ff03b107da2029b9a0f5cc62a2c83027"
"gitHead": "dfc0d32a29666130689efa655788605507027abf"
}
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