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

@haxtheweb/schema-behaviors

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@haxtheweb/schema-behaviors - npm Package Compare versions

Comparing version 9.0.6 to 9.0.7

12

package.json

@@ -15,3 +15,3 @@ {

},
"version": "9.0.6",
"version": "9.0.7",
"description": "Apply schema helper behaviors to existing Polymer (Legacy) based elements",

@@ -41,11 +41,11 @@ "repository": {

"dependencies": {
"@haxtheweb/utils": "^9.0.2"
"@haxtheweb/utils": "^9.0.7"
},
"devDependencies": {
"@haxtheweb/deduping-fix": "^9.0.6",
"@haxtheweb/storybook-utilities": "^9.0.6",
"@haxtheweb/deduping-fix": "^9.0.7",
"@haxtheweb/storybook-utilities": "^9.0.7",
"@open-wc/testing": "4.0.0",
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page",
"@polymer/iron-demo-helpers": "3.1.0",
"@web/dev-server": "0.4.2",
"@web/dev-server": "0.4.6",
"@webcomponents/webcomponentsjs": "^2.8.0",

@@ -66,3 +66,3 @@ "concurrently": "8.2.2",

],
"gitHead": "04cae22f40424464d43057349cde27f55cb32ca1"
"gitHead": "f594e7d20e2b7a815d085b12b1e0c8adc3504293"
}

@@ -12,31 +12,14 @@ # <schema-behaviors>

import '@haxtheweb/schema-behaviors.js';
/* At top of an application */
<script type="module" src="schema-behaviors.js"></script>
/* Alternatives for top of application */
<script type="module">
import '@haxtheweb/schema-behaviors.js';
import {SchemaBehaviors} from '@haxtheweb/schema-behaviors';
</script>
```
## Develop / Demo
Run `yarn start` will start a local development server, open your default browser to display it, open your finder to the correct window and start watching the `/src` directory for changes and automatically rebuilding the element and documentation site for the demo.
Run `npm start` will start a local development server, open your default browser to display it, open your finder to the correct window and start watching the `/src` directory for changes and automatically rebuilding the element and documentation site for the demo.
```bash
$ yarn start
$ npm start
```
## Test
```bash
$ yarn run test
```
## Build
Builds ensure that wcfactory can correctly compile your web component project to
work on the maximum number of browsers possible.
```bash
$ yarn run build
```
## Contributing

@@ -43,0 +26,0 @@

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