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

snabbdom-selector

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snabbdom-selector - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

9

package.json
{
"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"
]
}
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