Socket
Socket
Sign inDemoInstall

prefiks

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prefiks - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

4

package.json
{
"name": "prefiks",
"version": "0.3.1",
"version": "0.3.2",
"description": "Get the vendors prefixes of a css properties, according to can i use datas.",

@@ -48,4 +48,4 @@ "keywords": [

"lodash": "^2.4.1",
"semver": "^2.3.1"
"semver": "^3.0.1"
}
}

@@ -37,2 +37,3 @@ # prefiks

```javascript
{

@@ -44,2 +45,3 @@ "Internet Explorer": 9,

}
```

@@ -55,7 +57,7 @@ ### `browser`'s aliases

* `opera`
* `ios_saf`, `ios`
* `ios_saf`, `ios`, `ios-safari`
* `op_mini`, `opera-mini`, `opera_mini`, `operamini`
* `android`
* `android`, `android-browser`
* `op_mob`, `opera-mobile`, `operamobile`, `opera_mobile`
* `bb`, `blackberry`
* `bb`, `blackberry`, `blackberry-browser`
* `and_chr`, `android-chrome`, `android_chrome`, `androidchrome`

@@ -62,0 +64,0 @@ * `and_ff`, `android-firefox`, `android_firefox`, `androidfirefox`

@@ -5,22 +5,2 @@ "use strict";

/*
======== A Handy Little Nodeunit Reference ========
https://github.com/caolan/nodeunit
Test methods:
test.expect(numAssertions)
test.done()
Test assertions:
test.ok(value, [message])
test.equal(actual, expected, [message])
test.notEqual(actual, expected, [message])
test.deepEqual(actual, expected, [message])
test.notDeepEqual(actual, expected, [message])
test.strictEqual(actual, expected, [message])
test.notStrictEqual(actual, expected, [message])
test.throws(block, [error], [message])
test.doesNotThrow(block, [error], [message])
test.ifError(value)
*/
exports[ "prefiks" ] = {

@@ -27,0 +7,0 @@ setUp: function( done ) {

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