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

babel-plugin-atom-demand

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-atom-demand - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

package.json
{
"name": "babel-plugin-atom-demand",
"version": "0.1.0",
"version": "0.1.1",
"description": "babel plugin for import atom on demand",

@@ -11,3 +11,4 @@ "main": "lib/index.js",

"lint": "eslint --color --config .eslintrc src/*",
"publish": "npm run build && npm publish"
"prepublish": "npm run build",
"publish": "npm publish"
},

@@ -14,0 +15,0 @@ "repository": {

6

README.md

@@ -17,2 +17,3 @@ ## babel-plugin-atom-demand

```javascript
import Atom from 'vue-atom-ui';
import { Button } from 'vue-atom-ui';

@@ -24,2 +25,6 @@ ```

```javascript
var _atom = require('vue-atom-ui/lib/Atom');
var _atom2 = _interopRequireDefault(_atom);
var _button = require('vue-atom-ui/lib/Button');

@@ -29,3 +34,2 @@

// TODO
require('vue-atom-ui/lib/css/button.css');

@@ -32,0 +36,0 @@ ```

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