New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@team-griffin/css-sides

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

@team-griffin/css-sides - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/cjs/css-sides.development.js

27

package.json
{
"name": "@team-griffin/css-sides",
"version": "1.0.0",
"main": "lib/index.js",
"jsnext:main": "lib/index.js",
"version": "1.1.0",
"main": "dist/cjs/css-sides.js",
"module": "dist/es/css-sides.js",
"repository": "git@github.com:team-griffin/css-sides.git",

@@ -17,3 +17,6 @@ "author": "Joshua Thornton <joshua.thornton@heg.com>",

"flow": "flow check; test $? -eq 0 -o $? -eq 2",
"build": "npm run transpile",
"build:dev": "cross-env NODE_ENV=development rollup --config ./rollup/development.js",
"build:prod": "cross-env NODE_ENV=production rollup --config ./rollup/production.js",
"build:entry": "cross-env NODE_ENV=production rollup --config ./rollup/entry.js",
"build": "yarn build:dev && yarn build:prod && yarn build:entry",
"test": "node_modules/.bin/karma start ./config/karma.conf.js",

@@ -30,14 +33,22 @@ "test:single": "yarn run test -- --single",

"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.3",
"dockerscript": "^0.0.6",
"eslint": "^4.13.1",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-react": "^7.5.1"
"eslint-plugin-react": "^7.5.1",
"rollup": "^0.55.3",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-local-resolve": "^1.0.7",
"rollup-plugin-memory": "^3.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify-es": "^0.0.1"
},
"dependencies": {
"@team-griffin/css-longhand": "^1.0.0",
"@team-griffin/css-sides": "^1.0.0",
"lodash.reduce": "^4.6.0"
}
}

Sorry, the diff of this file is not supported yet

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