New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@quilted/events

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quilted/events - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

6

CHANGELOG.md
# @quilted/events
## 0.1.6
### Patch Changes
- [#364](https://github.com/lemonmade/quilt/pull/364) [`4dc1808a`](https://github.com/lemonmade/quilt/commit/4dc1808a86d15e821b218b528617430cbd8b5b48) Thanks [@lemonmade](https://github.com/lemonmade)! - Update to simplified Quilt config
## 0.1.5

@@ -4,0 +10,0 @@

6

package.json

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",

@@ -23,3 +23,3 @@ "engines": {

"types": "./build/typescript/index.d.ts",
"quilt:from-source": "./source/index.ts",
"quilt:source": "./source/index.ts",
"quilt:esnext": "./build/esnext/index.esnext",

@@ -43,5 +43,5 @@ "import": "./build/esm/index.mjs",

"extends": [
"@quilted/eslint-config/package"
"@quilted/eslint-config/project"
]
}
}

@@ -1,6 +0,5 @@

import {createPackage, quiltPackage} from '@quilted/craft';
import {createProject, quiltPackage} from '@quilted/craft';
export default createPackage((pkg) => {
pkg.entry({source: './source/index.ts'});
pkg.use(quiltPackage());
export default createProject((project) => {
project.use(quiltPackage());
});
{
"extends": "@quilted/typescript/pkg.json",
"extends": "@quilted/typescript/project.json",
"compilerOptions": {

@@ -4,0 +4,0 @@ "rootDir": "source",

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