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

create-mixin

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-mixin - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/index.js

15

package.json
{
"name": "create-mixin",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "1.0.0",
"version": "1.1.0",
"description": "Creates a mixin for use in a class extends expression",

@@ -15,14 +15,21 @@ "repository": "https://github.com/75lb/create-mixin.git",

],
"main": "dist/index.js",
"files": [
"index.mjs",
"dist/index.js"
],
"license": "MIT",
"engines": {
"node": ">=4"
"node": ">=6"
},
"scripts": {
"test": "test-runner test.js",
"docs": "jsdoc2md --template README.hbs index.js > README.md"
"docs": "jsdoc2md --template README.hbs index.mjs > README.md",
"dist": "rollup -c dist/index.config.js"
},
"devDependencies": {
"jsdoc-to-markdown": "^4.0.1",
"test-runner": "^0.5.0"
"rollup": "^0.68.1",
"test-runner": "^0.5.1"
}
}
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