Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@arnosaine/cra-template

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arnosaine/cra-template - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-0

24

package.json
{
"name": "@arnosaine/cra-template",
"version": "1.0.0",
"version": "1.0.1-0",
"keywords": [

@@ -13,3 +13,3 @@ "react",

"type": "git",
"url": "https://github.com/facebook/create-react-app.git",
"url": "https://github.com/ArnoSaine/create-react-app.git",
"directory": "packages/cra-template"

@@ -22,24 +22,8 @@ },

"bugs": {
"url": "https://github.com/facebook/create-react-app/issues"
"url": "https://github.com/ArnoSaine/create-react-app/issues"
},
"files": [
"lib",
"template",
"template.json"
],
"dependencies": {
"@babel/plugin-proposal-do-expressions": "^7.5.0",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.5.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@postinumero/prettierrc": "^0.1.1",
"babel-plugin-react-require": "^3.1.1",
"prettier": "^1.19.1"
}
]
}

2

template.json

@@ -11,3 +11,3 @@ {

"dependencies": {
"@arnosaine/cra-template": "^1.0.0",
"@arnosaine/cra-template-helpers": "^0.1.0",
"@testing-library/react": "^9.3.2",

@@ -14,0 +14,0 @@ "@testing-library/jest-dom": "^4.2.4",

module.exports = {
presets: ['@arnosaine/cra-template/lib/babel-preset']
presets: ['@arnosaine/cra-template-helpers/babel-preset']
};

@@ -1,2 +0,1 @@

import React from 'react';
import logo from './logo.svg';

@@ -3,0 +2,0 @@ import './App.css';

@@ -1,2 +0,1 @@

import React from 'react';
import ReactDOM from 'react-dom';

@@ -3,0 +2,0 @@ import './index.css';

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