snabbdom-selector
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "snabbdom-selector", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Snabbdom CSS-Selector", | ||
"main": "lib/index.js", | ||
"module": "lib/es6/index.js", | ||
"typings": "lib/index.d.ts", | ||
@@ -11,3 +12,5 @@ "scripts": { | ||
"test": "npm run test:lint && npm run test:unit", | ||
"build": "tsc -P tsconfig.json" | ||
"build:cjs": "tsc -P tsconfig.json --module commonjs", | ||
"build:es6": "tsc -P tsconfig.json --module es6 --outDir lib/es6", | ||
"build": "npm run build:cjs && npm run build:es6" | ||
}, | ||
@@ -40,4 +43,4 @@ "repository": { | ||
"dependencies": { | ||
"cssauron": "^1.4.0" | ||
"cssauron2": "^2.0.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import * as cssauron from 'cssauron'; | ||
import cssauron from 'cssauron2'; | ||
import { VNode } from 'snabbdom/vnode'; | ||
@@ -3,0 +3,0 @@ import { selectorParser } from './selectorParser'; |
@@ -19,5 +19,4 @@ { | ||
"files": [ | ||
"custom-typings/cssauron.d.ts", | ||
"src/index.ts" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18249
17
413
+ Addedcssauron2@^2.0.1
+ Addedcssauron2@2.0.3(transitive)
- Removedcssauron@^1.4.0
- Removedcssauron@1.4.0(transitive)