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

css-slam

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-slam - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

lib/index.d.ts

8

CHANGELOG.md

@@ -8,5 +8,9 @@ # Change Log

## Unreleased
<!-- ## Unreleased -->
<!-- New PRs should document their changes here. -->
<!-- New PRs should document their changes here. -->
## [2.1.0] - 2018-03-07
* Updated dependencies.
* Convert to TypeScript.
## [2.0.2] - 2017-10-02

@@ -13,0 +17,0 @@

{
"name": "css-slam",
"version": "2.0.2",
"version": "2.1.0",
"description": "Minimal CSS, fast",
"main": "index.js",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"test": "eslint bin/css-slam **/*.js && mocha --ui tdd"
"test": "tsc && mocha --ui tdd lib/test/*.js && tslint -p ."
},

@@ -14,10 +15,15 @@ "author": "The Polymer Authors",

"command-line-usage": "^3.0.5",
"dom5": "^2.0.1",
"parse5": "^2.2.3",
"dom5": "^3.0.0",
"parse5": "^4.0.0",
"shady-css-parser": "^0.1.0"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/vinyl": "^2.0.2",
"chai": "^4.1.2",
"eslint": "^4.8.0",
"mocha": "^3.5.3",
"mocha": "^5.0.1",
"tslint": "^5.9.1",
"typescript": "^2.7.2",
"vinyl": "^2.1.0"

@@ -24,0 +30,0 @@ },

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