Socket
Socket
Sign inDemoInstall

computed-style

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

bower.json

4

grunt.js

@@ -21,3 +21,3 @@ /*global module: true*/

src: 'lib/computedStyle.js',
dest: 'tmp/computedStyle.comment_free.js',
dest: 'tmp/computedStyle.comment_free.js'
}

@@ -93,3 +93,3 @@ },

lint: {
files: ['grunt.js', 'lib/**/*.js', 'test/**/*.{js,json}', 'package.json']
files: ['grunt.js', /*'lib/*.js',*/ 'test/**/*.{js,json}', 'package.json']
},

@@ -96,0 +96,0 @@ jshint: {

{
"name": "computed-style",
"description": "Cross-browser currentStyle/getComputedStyle implementation",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/twolfson/computedStyle",

@@ -54,5 +54,8 @@ "author": {

"chrome/20..latest",
"chrome/canary",
"firefox/10..latest",
"firefox/nightly",
"safari/latest",
"opera/11.0..latest",
"opera/next",
"iphone/6",

@@ -59,0 +62,0 @@ "ipad/6"

@@ -5,3 +5,3 @@ # computedStyle

![testling-ci badge](https://ci.testling.com/twolfson/computedStyle.png)
[![testling-ci badge](https://ci.testling.com/twolfson/computedStyle.png)](https://ci.testling.com/twolfson/computedStyle)

@@ -12,4 +12,4 @@ ## Getting Started

- [Production version][min]
- [Development version][max]
- [CommonJS version][commonjs] (on npm as `computed-style`)
- [Development version][max] - Available via `bower install computedStyle`
- [CommonJS version][commonjs] - Available via `npm install computed-style` and `component install twolfson/computedStyle`
- [AMD version][amd]

@@ -16,0 +16,0 @@ - [140 bytes version][140]

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc