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

@origam/styles

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@origam/styles - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

2

package.json
{
"name": "@origam/styles",
"main": "dist",
"version": "0.0.1",
"version": "1.0.0",
"files": [

@@ -6,0 +6,0 @@ "dist"

@@ -1,1 +0,14 @@

Contains basic styles for origam and origam plugins.
Contains basic styles for origam and origam plugins.
to install:
1. Go to GitHub and under your account menu click
`Settings` -> `Settings Developer` -> `Personal access tokens` -> `Generate new token`
create a GitHub access token with the scope `read:packages` and `repo`
2. Create .npmrc file at the target project root and put inside: `@origam:registry=https://npm.pkg.github.com`
3. Login into GitHub repository using your token as the password: `npm login --scope=@origam --registry=https://npm.pkg.github.com`
3. Add the packege to package.json and run yarn install
for details see the GitHub npm repository help: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry
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