Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

datalist-interface

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datalist-interface - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+5
-0
history.md

@@ -5,2 +5,7 @@ <!--remark setext-->

1.0.1 / 2016-08-13
==================
* Fix typo’s ([`65db007`](https://github.com/wooorm/datalist-interface/commit/65db007))
1.0.0 / 2016-08-13

@@ -7,0 +12,0 @@ ==================

+1
-1

@@ -6,3 +6,3 @@ /**

* @module datalist-interface
* @fileoverview Parse and stringify CSS declarations.
* @fileoverview Simple interface for a list functioning as a database.
*/

@@ -9,0 +9,0 @@

{
"name": "datalist-interface",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple interface for a list functioning as a database",

@@ -38,3 +38,3 @@ "license": "MIT",

"build-md": "remark . --quiet --frail",
"build-bundle": "browserify index.js -s cssDeclarations > datalist-interface.js",
"build-bundle": "browserify index.js -s DatalistInterface > datalist-interface.js",
"build-mangle": "esmangle datalist-interface.js > datalist-interface.min.js",

@@ -41,0 +41,0 @@ "build": "npm run build-md && npm run build-bundle && npm run build-mangle",