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

@stylable/core

Package Overview
Dependencies
Maintainers
5
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/core - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

dist/src/native-reserved-lists.js

@@ -10,2 +10,3 @@ "use strict";

'default',
'defined',
'dir',

@@ -20,2 +21,4 @@ 'disabled',

'focus',
'focus-within',
'focus-visible',
'hover',

@@ -22,0 +25,0 @@ 'indeterminate',

10

package.json
{
"name": "@stylable/core",
"version": "1.0.2",
"version": "1.0.3",
"description": "CSS for Components",

@@ -12,3 +12,3 @@ "main": "./dist/src/index.js",

"test": "yarn test:node",
"test:node": "mocha -r @ts-tools/node \"./tests/**/*.spec.ts\" --watch-extensions ts",
"test:node": "mocha -r @ts-tools/node/r \"./tests/**/*.spec.ts\" --watch-extensions ts",
"lint": "tslint --project ./tsconfig.json",

@@ -25,3 +25,3 @@ "prepack": "yarn build"

"murmurhash": "^0.0.2",
"postcss": "^7.0.11",
"postcss": "^7.0.14",
"postcss-js": "^2.0.0",

@@ -35,3 +35,3 @@ "postcss-nested": "^4.1.1",

"devDependencies": {
"@stylable/runtime": "^1.0.2"
"@stylable/runtime": "^1.0.3"
},

@@ -54,3 +54,3 @@ "files": [

"license": "BSD-3-Clause",
"gitHead": "a25e618e3e4e4c97a0a269a423a9e3008f59d7e7"
"gitHead": "c1482394cb94ebcd9e290f25e0d92ca36499fe08"
}

@@ -8,2 +8,3 @@ // MDN reference: https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes

'default',
'defined',
'dir',

@@ -18,2 +19,4 @@ 'disabled',

'focus',
'focus-within',
'focus-visible',
'hover',

@@ -20,0 +23,0 @@ 'indeterminate',

Sorry, the diff of this file is not supported yet

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