Comparing version 0.0.2 to 0.1.0
@@ -8,3 +8,6 @@ module.exports = { | ||
"import" | ||
] | ||
}; | ||
], | ||
"rules": { | ||
"react/jsx-filename-extension": [0], | ||
} | ||
}; |
{ | ||
"name": "cssta", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "babel ./src --out-dir ./dist" | ||
}, | ||
@@ -13,7 +14,12 @@ "keywords": [], | ||
"dependencies": { | ||
"postcss": "^5.2.0", | ||
"postcss-transform-animations": "^1.0.0", | ||
"postcss": "^5.2.5", | ||
"postcss-nested": "^1.0.0", | ||
"postcss-safe-parser": "^2.0.0", | ||
"postcss-selector-parser": "^2.2.1", | ||
"postcss-transform-animations": "^1.0.1", | ||
"postcss-transform-classes": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.18.0", | ||
"babel-preset-es2015": "^6.18.0", | ||
"eslint": "^3.5.0", | ||
@@ -24,3 +30,6 @@ "eslint-config-airbnb": "^11.1.0", | ||
"eslint-plugin-react": "^6.3.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^15.3.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21245
9
527
7
7
2
0
5
1
+ Addedpostcss-nested@^1.0.0
+ Addedpostcss-safe-parser@^2.0.0
+ Addedasap@2.0.6(transitive)
+ Addedcore-js@1.2.7(transitive)
+ Addedcreate-react-class@15.7.0(transitive)
+ Addedencoding@0.1.13(transitive)
+ Addedfbjs@0.8.18(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addedisomorphic-fetch@2.2.1(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addednode-fetch@1.7.3(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedpostcss-nested@1.0.1(transitive)
+ Addedpostcss-safe-parser@2.0.1(transitive)
+ Addedpromise@7.3.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@15.7.0(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsetimmediate@1.0.5(transitive)
+ Addedua-parser-js@0.7.39(transitive)
+ Addedwhatwg-fetch@3.6.20(transitive)
Updatedpostcss@^5.2.5