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

skatejs

Package Overview
Dependencies
Maintainers
8
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skatejs - npm Package Compare versions

Comparing version 5.0.0-alpha.15 to 5.0.0-alpha.16

umd/skatejs.js

2

esnext/with-component.js

@@ -1,2 +0,2 @@

import { h, render } from '../../node_modules/preact/dist/preact.esm.js';
import { h, render } from '../../preact/dist/preact.esm.js';
import { withProps } from './with-props.js';

@@ -3,0 +3,0 @@ import { withRender } from './with-render.js';

{
"name": "skatejs",
"version": "5.0.0-alpha.15",
"version": "5.0.0-alpha.16",
"description": "Skate is a library built on top of the W3C web component specs that enables you to write functional and performant web components with a very small footprint.",

@@ -26,13 +26,7 @@ "license": "MIT",

],
"files": [
"esnext",
"es",
"node",
"src",
"umd"
],
"files": ["esnext", "es", "node", "src", "umd"],
"dependencies": {},
"devDependencies": {
"@skatejs/bore": "4.0.0",
"@skatejs/ssr": "0.10.0",
"@skatejs/ssr": "0.12.2",
"@skatejs/val": "0.3.1",

@@ -42,3 +36,3 @@ "babel-cli": "6.24.1",

"babel-plugin-modules-map": "1.0.0",
"babel-plugin-modules-web-compat": "1.1.0",
"babel-plugin-modules-web-compat": "1.1.1",
"babel-preset-env": "1.6.0",

@@ -82,3 +76,3 @@ "babel-preset-es2015-rollup": "3.0.0",

"release": "git push && git push --tags && npm publish",
"site": "./node_modules/@skatejs/ssr/bin/index --out public --src site/*.js --babel config/babel.node",
"site": "./node_modules/@skatejs/ssr/bin/index --babel config/babel.node --out public --no-rehydrate --src site/*.js",
"test": "jest",

@@ -90,6 +84,3 @@ "test:watch": "jest --watch",

"lint-staged": {
"*.(js|json)": [
"prettier --write",
"git add"
]
"*.(js|json)": ["prettier --write", "git add"]
},

@@ -102,15 +93,7 @@ "config": {

"babel": {
"presets": [
"latest",
"react",
"stage-0"
]
"presets": ["latest", "react", "stage-0"]
},
"jest": {
"modulePathIgnorePatterns": [
"./node_modules"
],
"setupFiles": [
"./test/unit/setup"
],
"modulePathIgnorePatterns": ["./node_modules"],
"setupFiles": ["./test/unit/setup"],
"setupTestFrameworkScriptFile": "./test/unit/setup-test",

@@ -117,0 +100,0 @@ "testEnvironment": "@skatejs/ssr/jest"

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