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.2 to 0.3.3

10

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

@@ -39,5 +39,5 @@ "keywords": [

"grunt": "~0.4.5",
"grunt-coffeelint": "0.0.10",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-nodeunit": "~0.4.1",

@@ -49,4 +49,4 @@ "grunt-contrib-watch": "~0.6.1"

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

@@ -46,3 +46,3 @@ "use strict";

test.deepEqual( prefiks( "transforms2d", "op_mob" ), [ "webkit", "o" ], "Should be [ 'webkit', 'o' ]." );
test.deepEqual( prefiks( "transforms2d", "and_chr" ), [ "webkit" ], "Should be [ 'webkit' ]." );
test.deepEqual( prefiks( "transforms2d", "and_chr" ), [], "Should be []." );
test.deepEqual( prefiks( "transforms2d", "and_ff" ), [], "Should be []." );

@@ -49,0 +49,0 @@ test.deepEqual( prefiks( "transforms2d", "ie_mob" ), [], "Should be []." );

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