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

@divetool/coral

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@divetool/coral - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

9

dist/stencil.config.js
import { sass } from '@stencil/sass';
import { reactOutputTarget } from '@stencil/react-output-target';
import { angularOutputTarget, } from '@stencil/angular-output-target';
const angularValueAccessorBindings = [];
export const config = {

@@ -27,3 +29,10 @@ namespace: 'coral',

}),
angularOutputTarget({
componentCorePackage: '@divetool/coral/dist',
directivesProxyFile: '../../../packages/coral-angular/src/lib/generated/components.ts',
directivesArrayFile: '../../../packages/coral-angular/src/lib/generated/index.ts',
valueAccessorConfigs: angularValueAccessorBindings,
includeImportCustomElements: true,
}),
],
};

8

package.json
{
"name": "@divetool/coral",
"description": "🪸 Coral Design System by DiveTool",
"version": "0.0.4",
"version": "0.0.5",
"main": "./dist/index.cjs.js",

@@ -34,3 +34,7 @@ "module": "./dist/index.js",

"access": "public"
}
},
"dependencies": {
"@stencil/core": "2.17.1"
},
"gitHead": "4425477d30c63d8e489f0b69a424de4c2096d5b4"
}
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